#01CEE8

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

Shades of Dark Turquoise #01CEE8

Tints of Dark Turquoise #01CEE8

Color information

#01CEE8 (or 0x01CEE8) is unknown color: approx Dark Turquoise. HEX triplet: 01, CE and E8. RGB value is (1,206,232). Sum of RGB (Red+Green+Blue) = 1+206+232=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #01CEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CEE8 is #FE3117. Grayscale: #939393. Windows color (decimal): -16658712 or 15257089. OLE color: 15257089.

HSL color Cylindrical-coordinate representation of color #01CEE8: hue angle of 186.75º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CEE8 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1206232-
CMYK1.000.1100.09
HSL186.75º99.14%45.69%-
HSV(B)186.75º99.57%90.98%-
XYZ36.6549.9884.06-
YUV147.67175.5823.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 232 (91.02% from 255) = 52.85%
R=0.23%
G=46.92%
B=52.85%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal12062321.000.1100.09186.7599.1445.69
Hex1CEE864B09bb632e
Octal13163501441301127314356
Binary111001110111010001100100101101001101110111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01CEE8; }

 p { color: rgb(1,206,232); }

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

<style>
 a { background-color: #01CEE8; }

 a { background-color: rgb(1,206,232); }

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

<style>
 span { border-color: #01CEE8; }

 span { border-color: rgb(1,206,232); }

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