Html Css Color HEX #01C9E6 Dark Turquoise

📋 copy color: '#01C9E6'

red 1 ◦ green 201 ◦ blue 230

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

Shades of Dark Turquoise #01C9E6

Tints of Dark Turquoise #01C9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 0.23%
G = 46.53%
B = 53.24%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#01C9E6 (or 0x01C9E6) is known color: Dark Turquoise. HEX triplet: 01, C9 and E6. RGB value is (1,201,230). Sum of RGB (Red+Green+Blue) = 1+201+230=432 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #01C9E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C9E6 is #FE3619. Grayscale: #909090. Windows color (decimal): -16659994 or 15124737. OLE color: 15124737.

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

Color convert

RGB 1 201 230 -
CMYK 1.00 0.13 0 0.10
HSL 187.6º 0.99% 0.45% -
HSV(B) 187.6º 1% 0.9% -
XYZ 35.18 47.49 82.18 -
YUV 144.51 176.24 25.64 -
System Red Green Blue C M Y K H S L
Decimal 1 201 230 1.00 0.13 0 0.10 187.6 0.99 0.45
Hex 1 C9 E6 64 D 0 A BC 63 2D
Octal 1 311 346 144 15 0 12 274 143 55
Binary 1 11001001 11100110 1100100 1101 0 1010 10111100 1100011 101101

Color Harmonies of #01C9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C9E6

Black with #01C9E6

Text Example


Text Example

White with #01C9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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