#01CFE8

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

Shades of Dark Turquoise #01CFE8

Tints of Dark Turquoise #01CFE8

Color information

#01CFE8 (or 0x01CFE8) is unknown color: approx Dark Turquoise. HEX triplet: 01, CF and E8. RGB value is (1,207,232). Sum of RGB (Red+Green+Blue) = 1+207+232=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #01CFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFE8 is #FE3017. Grayscale: #939393. Windows color (decimal): -16658456 or 15257345. OLE color: 15257345.

HSL color Cylindrical-coordinate representation of color #01CFE8: hue angle of 186.49º 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 #01CFE8 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1207232-
CMYK1.000.1100.09
HSL186.49º99.14%45.69%-
HSV(B)186.49º99.57%90.98%-
XYZ36.8950.4684.14-
YUV148.26175.2522.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 207 (81.25% from 255) = 47.05%
BLUE value IS 232 (91.02% from 255) = 52.73%
R=0.23%
G=47.05%
B=52.73%

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
Decimal12072321.000.1100.09186.4999.1445.69
Hex1CFE864B09ba632e
Octal13173501441301127214356
Binary111001111111010001100100101101001101110101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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