Html Css Color HEX #01CDE9 Dark Turquoise

📋 copy color: '#01CDE9'

red 1 ◦ green 205 ◦ blue 233

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

Shades of Dark Turquoise #01CDE9

Tints of Dark Turquoise #01CDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.08%

R = 0.23%
G = 46.7%
B = 53.08%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#01CDE9 (or 0x01CDE9) is known color: Dark Turquoise. HEX triplet: 01, CD and E9. RGB value is (1,205,233). Sum of RGB (Red+Green+Blue) = 1+205+233=439 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #01CDE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CDE9 is #FE3216. Grayscale: #929292. Windows color (decimal): -16658967 or 15322369. OLE color: 15322369.

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

Color convert

RGB 1 205 233 -
CMYK 1.00 0.12 0 0.09
HSL 187.24º 0.99% 0.46% -
HSV(B) 187.24º 1% 0.91% -
XYZ 36.55 49.55 84.73 -
YUV 147.2 176.41 23.72 -
System Red Green Blue C M Y K H S L
Decimal 1 205 233 1.00 0.12 0 0.09 187.24 0.99 0.46
Hex 1 CD E9 64 C 0 9 BB 63 2E
Octal 1 315 351 144 14 0 11 273 143 56
Binary 1 11001101 11101001 1100100 1100 0 1001 10111011 1100011 101110

Color Harmonies of #01CDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDE9

Black with #01CDE9

Text Example


Text Example

White with #01CDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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