Html Css Color HEX #01C0E4 Dark Turquoise

📋 copy color: '#01C0E4'

red 1 ◦ green 192 ◦ blue 228

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

Shades of Dark Turquoise #01C0E4

Tints of Dark Turquoise #01C0E4

RGB

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

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

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

R = 0.24%
G = 45.61%
B = 54.16%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#01C0E4 (or 0x01C0E4) is known color: Dark Turquoise. HEX triplet: 01, C0 and E4. RGB value is (1,192,228). Sum of RGB (Red+Green+Blue) = 1+192+228=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #01C0E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0E4 is #FE3F1B. Grayscale: #8A8A8A. Windows color (decimal): -16662300 or 14991361. OLE color: 14991361.

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

Color convert

RGB 1 192 228 -
CMYK 1.00 0.16 0 0.11
HSL 189.52º 0.99% 0.45% -
HSV(B) 189.52º 1% 0.89% -
XYZ 32.87 43.31 80.03 -
YUV 139 178.22 29.57 -
System Red Green Blue C M Y K H S L
Decimal 1 192 228 1.00 0.16 0 0.11 189.52 0.99 0.45
Hex 1 C0 E4 64 10 0 B BE 63 2D
Octal 1 300 344 144 20 0 13 276 143 55
Binary 1 11000000 11100100 1100100 10000 0 1011 10111110 1100011 101101

Color Harmonies of #01C0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0E4

Black with #01C0E4

Text Example


Text Example

White with #01C0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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