Html Css Color HEX #01C9E4 Dark Turquoise

📋 copy color: '#01C9E4'

red 1 ◦ green 201 ◦ blue 228

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

Shades of Dark Turquoise #01C9E4

Tints of Dark Turquoise #01C9E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.02%

R = 0.23%
G = 46.74%
B = 53.02%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#01C9E4 (or 0x01C9E4) is known color: Dark Turquoise. HEX triplet: 01, C9 and E4. RGB value is (1,201,228). Sum of RGB (Red+Green+Blue) = 1+201+228=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #01C9E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C9E4 is #FE361B. Grayscale: #8F8F8F. Windows color (decimal): -16659996 or 14993665. OLE color: 14993665.

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

Color convert

RGB 1 201 228 -
CMYK 1.00 0.12 0 0.11
HSL 187.14º 0.99% 0.45% -
HSV(B) 187.14º 1% 0.89% -
XYZ 34.9 47.38 80.7 -
YUV 144.28 175.24 25.8 -
System Red Green Blue C M Y K H S L
Decimal 1 201 228 1.00 0.12 0 0.11 187.14 0.99 0.45
Hex 1 C9 E4 64 C 0 B BB 63 2D
Octal 1 311 344 144 14 0 13 273 143 55
Binary 1 11001001 11100100 1100100 1100 0 1011 10111011 1100011 101101

Color Harmonies of #01C9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C9E4

Black with #01C9E4

Text Example


Text Example

White with #01C9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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