Html Css Color HEX #01CAD2 Dark Turquoise

📋 copy color: '#01CAD2'

red 1 ◦ green 202 ◦ blue 210

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

Shades of Dark Turquoise #01CAD2

Tints of Dark Turquoise #01CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.91%

 BLUE value IS 210 (82.42% from 255) = 50.85%

R = 0.24%
G = 48.91%
B = 50.85%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01CAD2 (or 0x01CAD2) is known color: Dark Turquoise. HEX triplet: 01, CA and D2. RGB value is (1,202,210). Sum of RGB (Red+Green+Blue) = 1+202+210=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #01CAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CAD2 is #FE352D. Grayscale: #8E8E8E. Windows color (decimal): -16659758 or 13814273. OLE color: 13814273.

HSL color Cylindrical-coordinate representation of color #01CAD2: hue angle of 182.3º 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 #01CAD2 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 202 210 -
CMYK 1.00 0.04 0 0.18
HSL 182.3º 0.99% 0.41% -
HSV(B) 182.3º 1% 0.82% -
XYZ 32.77 46.9 68.3 -
YUV 142.81 165.91 26.85 -
System Red Green Blue C M Y K H S L
Decimal 1 202 210 1.00 0.04 0 0.18 182.3 0.99 0.41
Hex 1 CA D2 64 4 0 12 B6 63 29
Octal 1 312 322 144 4 0 22 266 143 51
Binary 1 11001010 11010010 1100100 100 0 10010 10110110 1100011 101001

Color Harmonies of #01CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CAD2

Black with #01CAD2

Text Example


Text Example

White with #01CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,210); }

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

background-color css

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

 a { background-color: rgb(1,202,210); }

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

border-color css

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

 span { border-color: rgb(1,202,210); }

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