#1CCFE2

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

Shades of Dark Turquoise #1CCFE2

Tints of Dark Turquoise #1CCFE2

Color information

#1CCFE2 (or 0x1CCFE2) is unknown color: approx Dark Turquoise. HEX triplet: 1C, CF and E2. RGB value is (28,207,226). Sum of RGB (Red+Green+Blue) = 28+207+226=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #1CCFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFE2 is #E3301D. Grayscale: #9B9B9B. Windows color (decimal): -14888990 or 14864156. OLE color: 14864156.

HSL color Cylindrical-coordinate representation of color #1CCFE2: hue angle of 185.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCFE2 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB28207226-
CMYK0.880.0800.11
HSL185.76º77.95%49.8%-
HSV(B)185.76º87.61%88.63%-
XYZ36.5250.3679.75-
YUV155.64167.736.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.07%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 226 (88.67% from 255) = 49.02%
R=6.07%
G=44.90%
B=49.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal282072260.880.0800.11185.7677.9549.8
Hex1CCFE25880Bba4e32
Octal343173421301001327211662
Binary1110011001111111000101011000100001011101110101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,207,226); }

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

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

 a { background-color: rgb(28,207,226); }

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

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

 span { border-color: rgb(28,207,226); }

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