#4CFDE9

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

Shades of Turquoise #4CFDE9

Tints of Turquoise #4CFDE9

Color information

#4CFDE9 (or 0x4CFDE9) is unknown color: approx Turquoise. HEX triplet: 4C, FD and E9. RGB value is (76,253,233). Sum of RGB (Red+Green+Blue) = 76+253+233=562 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.52% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFDE9 is #B30216. Grayscale: #C5C5C5. Windows color (decimal): -11731479 or 15334732. OLE color: 15334732.

HSL color Cylindrical-coordinate representation of color #4CFDE9: hue angle of 173.22º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDE9 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB76253233-
CMYK0.7000.080.01
HSL173.22º97.79%64.51%-
HSV(B)173.22º69.96%99.22%-
XYZ52.8177.6789.3-
YUV197.8147.8641.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.52%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=13.52%
G=45.02%
B=41.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal762532330.7000.080.01173.2297.7964.51
Hex4CFDE946081ad6241
Octal1143753511060101255142101
Binary1001100111111011110100110001100100011010110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,253,233); }

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

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

 a { background-color: rgb(76,253,233); }

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

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

 span { border-color: rgb(76,253,233); }

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