#4CF1D0

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

Shades of Turquoise #4CF1D0

Tints of Turquoise #4CF1D0

Color information

#4CF1D0 (or 0x4CF1D0) is unknown color: approx Turquoise. HEX triplet: 4C, F1 and D0. RGB value is (76,241,208). Sum of RGB (Red+Green+Blue) = 76+241+208=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF1D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF1D0 is #B30E2F. Grayscale: #BBBBBB. Windows color (decimal): -11734576 or 13693260. OLE color: 13693260.

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

Color convert

RGB76241208-
CMYK0.6800.140.05
HSL168º85.49%62.16%-
HSV(B)168º68.46%94.51%-
XYZ45.826970.58-
YUV187.9139.3448.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.48%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=14.48%
G=45.90%
B=39.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762412080.6800.140.0516885.4962.16
Hex4CF1D0440E5a8553e
Octal114361320104016525012576
Binary10011001111000111010000100010001110101101010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,241,208); }

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

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

 a { background-color: rgb(76,241,208); }

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

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

 span { border-color: rgb(76,241,208); }

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