Html Css Color HEX #01CCE5 Dark Turquoise

📋 copy color: '#01CCE5'

red 1 ◦ green 204 ◦ blue 229

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

Shades of Dark Turquoise #01CCE5

Tints of Dark Turquoise #01CCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

 BLUE value IS 229 (89.84% from 255) = 52.76%

R = 0.23%
G = 47%
B = 52.76%

CMYK

 C value IS 1.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#01CCE5 (or 0x01CCE5) is known color: Dark Turquoise. HEX triplet: 01, CC and E5. RGB value is (1,204,229). Sum of RGB (Red+Green+Blue) = 1+204+229=434 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #01CCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCE5 is #FE331A. Grayscale: #919191. Windows color (decimal): -16659227 or 15059969. OLE color: 15059969.

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

Color convert

RGB 1 204 229 -
CMYK 1.00 0.11 0 0.10
HSL 186.58º 0.99% 0.45% -
HSV(B) 186.58º 1% 0.9% -
XYZ 35.75 48.85 81.67 -
YUV 146.15 174.75 24.47 -
System Red Green Blue C M Y K H S L
Decimal 1 204 229 1.00 0.11 0 0.10 186.58 0.99 0.45
Hex 1 CC E5 64 B 0 A BB 63 2D
Octal 1 314 345 144 13 0 12 273 143 55
Binary 1 11001100 11100101 1100100 1011 0 1010 10111011 1100011 101101

Color Harmonies of #01CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCE5

Black with #01CCE5

Text Example


Text Example

White with #01CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,204,229); }

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

background-color css

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

 a { background-color: rgb(1,204,229); }

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

border-color css

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

 span { border-color: rgb(1,204,229); }

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