Html Css Color HEX #0CD2DD Dark Turquoise

📋 copy color: '#0CD2DD'

red 12 ◦ green 210 ◦ blue 221

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

Shades of Dark Turquoise #0CD2DD

Tints of Dark Turquoise #0CD2DD

RGB

 RED value IS 12 (5.08% from 255) = 2.71%

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 2.71%
G = 47.4%
B = 49.89%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CD2DD (or 0x0CD2DD) is known color: Dark Turquoise. HEX triplet: 0C, D2 and DD. RGB value is (12,210,221). Sum of RGB (Red+Green+Blue) = 12+210+221=443 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CD2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD2DD is #F32D22. Grayscale: #979797. Windows color (decimal): -15936803 or 14537228. OLE color: 14537228.

HSL color Cylindrical-coordinate representation of color #0CD2DD: hue angle of 183.16º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD2DD is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 210 221 -
CMYK 0.95 0.05 0 0.13
HSL 183.16º 0.9% 0.46% -
HSV(B) 183.16º 0.95% 0.87% -
XYZ 36.25 51.39 76.42 -
YUV 152.05 166.9 28.11 -
System Red Green Blue C M Y K H S L
Decimal 12 210 221 0.95 0.05 0 0.13 183.16 0.9 0.46
Hex C D2 DD 5F 5 0 D B7 5A 2E
Octal 14 322 335 137 5 0 15 267 132 56
Binary 1100 11010010 11011101 1011111 101 0 1101 10110111 1011010 101110

Color Harmonies of #0CD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD2DD

Black with #0CD2DD

Text Example


Text Example

White with #0CD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CD2DD; }

 p { color: rgb(12,210,221); }

 H1.HeaderClassName
 {
   color: #0CD2DD;
 }
 .AnyTagClassName
 {
   color: #0CD2DD;
 }
</style>

background-color css

<style>
 a { background-color: #0CD2DD; }

 a { background-color: rgb(12,210,221); }

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

border-color css

<style>
 span { border-color: #0CD2DD; }

 span { border-color: rgb(12,210,221); }

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