Html Css Color HEX #01C0DE Dark Turquoise

📋 copy color: '#01C0DE'

red 1 ◦ green 192 ◦ blue 222

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

Shades of Dark Turquoise #01C0DE

Tints of Dark Turquoise #01C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 0.24%
G = 46.27%
B = 53.49%

CMYK

 C value IS 1.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01C0DE (or 0x01C0DE) is known color: Dark Turquoise. HEX triplet: 01, C0 and DE. RGB value is (1,192,222). Sum of RGB (Red+Green+Blue) = 1+192+222=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #01C0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0DE is #FE3F21. Grayscale: #8A8A8A. Windows color (decimal): -16662306 or 14598145. OLE color: 14598145.

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

Color convert

RGB 1 192 222 -
CMYK 1.00 0.14 0 0.13
HSL 188.14º 0.99% 0.44% -
HSV(B) 188.14º 1% 0.87% -
XYZ 32.05 42.98 75.71 -
YUV 138.31 175.22 30.06 -
System Red Green Blue C M Y K H S L
Decimal 1 192 222 1.00 0.14 0 0.13 188.14 0.99 0.44
Hex 1 C0 DE 64 E 0 D BC 63 2C
Octal 1 300 336 144 16 0 15 274 143 54
Binary 1 11000000 11011110 1100100 1110 0 1101 10111100 1100011 101100

Color Harmonies of #01C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0DE

Black with #01C0DE

Text Example


Text Example

White with #01C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,222); }

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

background-color css

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

 a { background-color: rgb(1,192,222); }

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

border-color css

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

 span { border-color: rgb(1,192,222); }

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