#4CF2D2

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

Shades of Turquoise #4CF2D2

Tints of Turquoise #4CF2D2

Color information

#4CF2D2 (or 0x4CF2D2) is unknown color: approx Turquoise. HEX triplet: 4C, F2 and D2. RGB value is (76,242,210). Sum of RGB (Red+Green+Blue) = 76+242+210=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2D2 is #B30D2D. Grayscale: #BCBCBC. Windows color (decimal): -11734318 or 13824588. OLE color: 13824588.

HSL color Cylindrical-coordinate representation of color #4CF2D2: hue angle of 168.43º 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 #4CF2D2 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB76242210-
CMYK0.6900.130.05
HSL168.43º86.46%62.35%-
HSV(B)168.43º68.6%94.9%-
XYZ46.3769.6971.98-
YUV188.7214047.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.39%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 210 (82.42% from 255) = 39.77%
R=14.39%
G=45.83%
B=39.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762422100.6900.130.05168.4386.4662.35
Hex4CF2D2450D5a8563e
Octal114362322105015525012676
Binary10011001111001011010010100010101101101101010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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