#01CCD0

Color #01CCD0 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #01CCD0

Tints of Dark Turquoise #01CCD0

Color information

#01CCD0 (or 0x01CCD0) is unknown color: approx Dark Turquoise. HEX triplet: 01, CC and D0. RGB value is (1,204,208). Sum of RGB (Red+Green+Blue) = 1+204+208=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #01CCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCD0 is #FE332F. Grayscale: #8F8F8F. Windows color (decimal): -16659248 or 13683713. OLE color: 13683713.

HSL color Cylindrical-coordinate representation of color #01CCD0: hue angle of 181.16º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCD0 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1204208-
CMYK1.000.0200.18
HSL181.16º99.04%40.98%-
HSV(B)181.16º99.52%81.57%-
XYZ32.9947.7567.15-
YUV143.76164.2526.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=0.24%
G=49.39%
B=50.36%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12042081.000.0200.18181.1699.0440.98
Hex1CCD0642012b56329
Octal1314320144202226514351
Binary11100110011010000110010010010010101101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01CCD0;
 }
 .AnyTagClassName
 {
   color: #01CCD0;
 }
</style>
background-color css

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

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

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

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

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

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