#4CFDB5

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

Shades of Turquoise #4CFDB5

Tints of Turquoise #4CFDB5

Color information

#4CFDB5 (or 0x4CFDB5) is unknown color: approx Turquoise. HEX triplet: 4C, FD and B5. RGB value is (76,253,181). Sum of RGB (Red+Green+Blue) = 76+253+181=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDB5 is #B3024A. Grayscale: #BFBFBF. Windows color (decimal): -11731531 or 11926860. OLE color: 11926860.

HSL color Cylindrical-coordinate representation of color #4CFDB5: hue angle of 155.59º 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 #4CFDB5 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB76253181-
CMYK0.7000.280.01
HSL155.59º97.79%64.51%-
HSV(B)155.59º69.96%99.22%-
XYZ46.4575.1255.77-
YUV191.87121.8645.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.90%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=14.90%
G=49.61%
B=35.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal762531810.7000.280.01155.5997.7964.51
Hex4CFDB54601C19c6241
Octal1143752651060341234142101
Binary10011001111110110110101100011001110011001110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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