#4CF2DB

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

Shades of Turquoise #4CF2DB

Tints of Turquoise #4CF2DB

Color information

#4CF2DB (or 0x4CF2DB) is unknown color: approx Turquoise. HEX triplet: 4C, F2 and DB. RGB value is (76,242,219). Sum of RGB (Red+Green+Blue) = 76+242+219=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2DB is #B30D24. Grayscale: #BDBDBD. Windows color (decimal): -11734309 or 14414412. OLE color: 14414412.

HSL color Cylindrical-coordinate representation of color #4CF2DB: hue angle of 171.69º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2DB is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB76242219-
CMYK0.6900.100.05
HSL171.69º86.46%62.35%-
HSV(B)171.69º68.6%94.9%-
XYZ47.5270.1678.05-
YUV189.74144.546.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.15%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=14.15%
G=45.07%
B=40.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762422190.6900.100.05171.6986.4662.35
Hex4CF2DB450A5ac563e
Octal114362333105012525412676
Binary10011001111001011011011100010101010101101011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,242,219); }

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

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

 a { background-color: rgb(76,242,219); }

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

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

 span { border-color: rgb(76,242,219); }

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