Html Css Color HEX #01C9E8 Dark Turquoise

📋 copy color: '#01C9E8'

red 1 ◦ green 201 ◦ blue 232

#01C9E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #01C9E8

Tints of Dark Turquoise #01C9E8

RGB

 RED value IS 1 (0.78% from 255) = 0.23%

 GREEN value IS 201 (78.91% from 255) = 46.31%

 BLUE value IS 232 (91.02% from 255) = 53.46%

R = 0.23%
G = 46.31%
B = 53.46%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#01C9E8 (or 0x01C9E8) is known color: Dark Turquoise. HEX triplet: 01, C9 and E8. RGB value is (1,201,232). Sum of RGB (Red+Green+Blue) = 1+201+232=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #01C9E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9E8 is #FE3617. Grayscale: #909090. Windows color (decimal): -16659992 or 15255809. OLE color: 15255809.

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

Color convert

RGB 1 201 232 -
CMYK 1.00 0.13 0 0.09
HSL 188.05º 0.99% 0.46% -
HSV(B) 188.05º 1% 0.91% -
XYZ 35.46 47.61 83.66 -
YUV 144.73 177.24 25.48 -
System Red Green Blue C M Y K H S L
Decimal 1 201 232 1.00 0.13 0 0.09 188.05 0.99 0.46
Hex 1 C9 E8 64 D 0 9 BC 63 2E
Octal 1 311 350 144 15 0 11 274 143 56
Binary 1 11001001 11101000 1100100 1101 0 1001 10111100 1100011 101110

Color Harmonies of #01C9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C9E8

Black with #01C9E8

Text Example


Text Example

White with #01C9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01C9E8;
 }
 .AnyTagClassName
 {
   color: #01C9E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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