#4BF6BE

Color #4BF6BE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4BF6BE

Tints of Turquoise #4BF6BE

Color information

#4BF6BE (or 0x4BF6BE) is unknown color: approx Turquoise. HEX triplet: 4B, F6 and BE. RGB value is (75,246,190). Sum of RGB (Red+Green+Blue) = 75+246+190=511 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.68% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF6BE is #B40941. Grayscale: #BCBCBC. Windows color (decimal): -11798850 or 12514891. OLE color: 12514891.

HSL color Cylindrical-coordinate representation of color #4BF6BE: hue angle of 160.35º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6BE is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB75246190-
CMYK0.7000.230.04
HSL160.35º90.48%62.94%-
HSV(B)160.35º69.51%96.47%-
XYZ45.1571.1360.06-
YUV188.49128.8547.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 14.68%
GREEN value IS 246 (96.48% from 255) = 48.14%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=14.68%
G=48.14%
B=37.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752461900.7000.230.04160.3590.4862.94
Hex4BF6BE460174a05a3f
Octal113366276106027424013277
Binary100101111110110101111101000110010111100101000001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BF6BE; }

 p { color: rgb(75,246,190); }

 H1.HeaderClassName
 {
   color: #4BF6BE;
 }
 .AnyTagClassName
 {
   color: #4BF6BE;
 }
</style>
background-color css

<style>
 a { background-color: #4BF6BE; }

 a { background-color: rgb(75,246,190); }

 div.DivClassName
 {
   background-color: #4BF6BE;
 }
 .BgClassName
 {
   background-color: #4BF6BE;
 }
</style>
border-color css

<style>
 span { border-color: #4BF6BE; }

 span { border-color: rgb(75,246,190); }

 td.TdClassName
 {
   border-color: #4BF6BE;
 }
 .TagClassName
 {
   border-color: #4BF6BE;
 }
</style>