Html Css Color HEX #0CD2DC Dark Turquoise

📋 copy color: '#0CD2DC'

red 12 ◦ green 210 ◦ blue 220

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

Shades of Dark Turquoise #0CD2DC

Tints of Dark Turquoise #0CD2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 2.71%
G = 47.51%
B = 49.77%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CD2DC (or 0x0CD2DC) is known color: Dark Turquoise. HEX triplet: 0C, D2 and DC. RGB value is (12,210,220). Sum of RGB (Red+Green+Blue) = 12+210+220=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CD2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD2DC is #F32D23. Grayscale: #979797. Windows color (decimal): -15936804 or 14471692. OLE color: 14471692.

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

Color convert

RGB 12 210 220 -
CMYK 0.95 0.05 0 0.14
HSL 182.88º 0.9% 0.45% -
HSV(B) 182.88º 0.95% 0.86% -
XYZ 36.12 51.34 75.72 -
YUV 151.94 166.4 28.19 -
System Red Green Blue C M Y K H S L
Decimal 12 210 220 0.95 0.05 0 0.14 182.88 0.9 0.45
Hex C D2 DC 5F 5 0 E B7 5A 2D
Octal 14 322 334 137 5 0 16 267 132 55
Binary 1100 11010010 11011100 1011111 101 0 1110 10110111 1011010 101101

Color Harmonies of #0CD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD2DC

Black with #0CD2DC

Text Example


Text Example

White with #0CD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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