#01CCDA

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

Shades of Dark Turquoise #01CCDA

Tints of Dark Turquoise #01CCDA

Color information

#01CCDA (or 0x01CCDA) is unknown color: approx Dark Turquoise. HEX triplet: 01, CC and DA. RGB value is (1,204,218). Sum of RGB (Red+Green+Blue) = 1+204+218=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #01CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCDA is #FE3325. Grayscale: #909090. Windows color (decimal): -16659238 or 14339073. OLE color: 14339073.

HSL color Cylindrical-coordinate representation of color #01CCDA: hue angle of 183.87º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCDA is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1204218-
CMYK1.000.0600.15
HSL183.87º99.09%42.94%-
HSV(B)183.87º99.54%85.49%-
XYZ34.2648.2573.84-
YUV144.9169.2525.36-

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) = 48.23%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=0.24%
G=48.23%
B=51.54%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12042181.000.0600.15183.8799.0942.94
Hex1CCDA6460Fb8632b
Octal1314332144601727014353
Binary11100110011011010110010011001111101110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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