#1CF4D9

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

Shades of Bright Turquoise #1CF4D9

Tints of Bright Turquoise #1CF4D9

Color information

#1CF4D9 (or 0x1CF4D9) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F4 and D9. RGB value is (28,244,217). Sum of RGB (Red+Green+Blue) = 28+244+217=489 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.73% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #1CF4D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF4D9 is #E30B26. Grayscale: #B0B0B0. Windows color (decimal): -14879527 or 14283804. OLE color: 14283804.

HSL color Cylindrical-coordinate representation of color #1CF4D9: hue angle of 172.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF4D9 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB28244217-
CMYK0.8900.110.04
HSL172.5º90.76%53.33%-
HSV(B)172.5º88.52%95.69%-
XYZ45.3569.9676.76-
YUV176.34150.9422.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.73%
GREEN value IS 244 (95.70% from 255) = 49.90%
BLUE value IS 217 (85.16% from 255) = 44.38%
R=5.73%
G=49.90%
B=44.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal282442170.8900.110.04172.590.7653.33
Hex1CF4D9590B4ac5b35
Octal34364331131013425413365
Binary111001111010011011001101100101011100101011001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CF4D9; }

 p { color: rgb(28,244,217); }

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

<style>
 a { background-color: #1CF4D9; }

 a { background-color: rgb(28,244,217); }

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

<style>
 span { border-color: #1CF4D9; }

 span { border-color: rgb(28,244,217); }

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