Html Css Color HEX #0CC2D2 Dark Turquoise

📋 copy color: '#0CC2D2'

red 12 ◦ green 194 ◦ blue 210

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

Shades of Dark Turquoise #0CC2D2

Tints of Dark Turquoise #0CC2D2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

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

R = 2.88%
G = 46.63%
B = 50.48%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0CC2D2 (or 0x0CC2D2) is known color: Dark Turquoise. HEX triplet: 0C, C2 and D2. RGB value is (12,194,210). Sum of RGB (Red+Green+Blue) = 12+194+210=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #0CC2D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2D2 is #F33D2D. Grayscale: #8D8D8D. Windows color (decimal): -15940910 or 13812236. OLE color: 13812236.

HSL color Cylindrical-coordinate representation of color #0CC2D2: hue angle of 184.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC2D2 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 194 210 -
CMYK 0.94 0.08 0 0.18
HSL 184.85º 0.89% 0.44% -
HSV(B) 184.85º 0.94% 0.82% -
XYZ 31.08 43.31 67.7 -
YUV 141.41 166.7 35.7 -
System Red Green Blue C M Y K H S L
Decimal 12 194 210 0.94 0.08 0 0.18 184.85 0.89 0.44
Hex C C2 D2 5E 8 0 12 B9 59 2C
Octal 14 302 322 136 10 0 22 271 131 54
Binary 1100 11000010 11010010 1011110 1000 0 10010 10111001 1011001 101100

Color Harmonies of #0CC2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC2D2

Black with #0CC2D2

Text Example


Text Example

White with #0CC2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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