Html Css Color HEX #01CCD3 Dark Turquoise

📋 copy color: '#01CCD3'

red 1 ◦ green 204 ◦ blue 211

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

Shades of Dark Turquoise #01CCD3

Tints of Dark Turquoise #01CCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.72%

R = 0.24%
G = 49.04%
B = 50.72%

CMYK

 C value IS 1.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#01CCD3 (or 0x01CCD3) is known color: Dark Turquoise. HEX triplet: 01, CC and D3. RGB value is (1,204,211). Sum of RGB (Red+Green+Blue) = 1+204+211=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #01CCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCD3 is #FE332C. Grayscale: #8F8F8F. Windows color (decimal): -16659245 or 13880321. OLE color: 13880321.

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

Color convert

RGB 1 204 211 -
CMYK 1.00 0.03 0 0.17
HSL 182º 0.99% 0.42% -
HSV(B) 182º 1% 0.83% -
XYZ 33.36 47.9 69.11 -
YUV 144.1 165.75 25.93 -
System Red Green Blue C M Y K H S L
Decimal 1 204 211 1.00 0.03 0 0.17 182 0.99 0.42
Hex 1 CC D3 64 3 0 11 B6 63 2A
Octal 1 314 323 144 3 0 21 266 143 52
Binary 1 11001100 11010011 1100100 11 0 10001 10110110 1100011 101010

Color Harmonies of #01CCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CCD3

Black with #01CCD3

Text Example


Text Example

White with #01CCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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