Html Css Color HEX #01CCD5 Dark Turquoise

📋 copy color: '#01CCD5'

red 1 ◦ green 204 ◦ blue 213

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

Shades of Dark Turquoise #01CCD5

Tints of Dark Turquoise #01CCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 0.24%
G = 48.8%
B = 50.96%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#01CCD5 (or 0x01CCD5) is known color: Dark Turquoise. HEX triplet: 01, CC and D5. RGB value is (1,204,213). Sum of RGB (Red+Green+Blue) = 1+204+213=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #01CCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCD5 is #FE332A. Grayscale: #909090. Windows color (decimal): -16659243 or 14011393. OLE color: 14011393.

HSL color Cylindrical-coordinate representation of color #01CCD5: hue angle of 182.55º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCD5 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 204 213 -
CMYK 1.00 0.04 0 0.16
HSL 182.55º 0.99% 0.42% -
HSV(B) 182.55º 1% 0.84% -
XYZ 33.62 48 70.44 -
YUV 144.33 166.75 25.77 -
System Red Green Blue C M Y K H S L
Decimal 1 204 213 1.00 0.04 0 0.16 182.55 0.99 0.42
Hex 1 CC D5 64 4 0 10 B7 63 2A
Octal 1 314 325 144 4 0 20 267 143 52
Binary 1 11001100 11010101 1100100 100 0 10000 10110111 1100011 101010

Color Harmonies of #01CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCD5

Black with #01CCD5

Text Example


Text Example

White with #01CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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