Html Css Color HEX #01CDE0 Dark Turquoise

📋 copy color: '#01CDE0'

red 1 ◦ green 205 ◦ blue 224

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

Shades of Dark Turquoise #01CDE0

Tints of Dark Turquoise #01CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 0.23%
G = 47.67%
B = 52.09%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#01CDE0 (or 0x01CDE0) is known color: Dark Turquoise. HEX triplet: 01, CD and E0. RGB value is (1,205,224). Sum of RGB (Red+Green+Blue) = 1+205+224=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #01CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CDE0 is #FE321F. Grayscale: #919191. Windows color (decimal): -16658976 or 14732545. OLE color: 14732545.

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

Color convert

RGB 1 205 224 -
CMYK 1.00 0.08 0 0.12
HSL 185.11º 0.99% 0.44% -
HSV(B) 185.11º 1% 0.88% -
XYZ 35.3 49.05 78.13 -
YUV 146.17 171.91 24.46 -
System Red Green Blue C M Y K H S L
Decimal 1 205 224 1.00 0.08 0 0.12 185.11 0.99 0.44
Hex 1 CD E0 64 8 0 C B9 63 2C
Octal 1 315 340 144 10 0 14 271 143 54
Binary 1 11001101 11100000 1100100 1000 0 1100 10111001 1100011 101100

Color Harmonies of #01CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDE0

Black with #01CDE0

Text Example


Text Example

White with #01CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,205,224); }

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

background-color css

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

 a { background-color: rgb(1,205,224); }

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

border-color css

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

 span { border-color: rgb(1,205,224); }

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