Html Css Color HEX #0CC2DD Dark Turquoise

📋 copy color: '#0CC2DD'

red 12 ◦ green 194 ◦ blue 221

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

Shades of Dark Turquoise #0CC2DD

Tints of Dark Turquoise #0CC2DD

RGB

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

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

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

R = 2.81%
G = 45.43%
B = 51.76%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CC2DD (or 0x0CC2DD) is known color: Dark Turquoise. HEX triplet: 0C, C2 and DD. RGB value is (12,194,221). Sum of RGB (Red+Green+Blue) = 12+194+221=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CC2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2DD is #F33D22. Grayscale: #8E8E8E. Windows color (decimal): -15940899 or 14533132. OLE color: 14533132.

HSL color Cylindrical-coordinate representation of color #0CC2DD: hue angle of 187.75º 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 #0CC2DD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 194 221 -
CMYK 0.95 0.12 0 0.13
HSL 187.75º 0.9% 0.46% -
HSV(B) 187.75º 0.95% 0.87% -
XYZ 32.49 43.88 75.16 -
YUV 142.66 172.2 34.8 -
System Red Green Blue C M Y K H S L
Decimal 12 194 221 0.95 0.12 0 0.13 187.75 0.9 0.46
Hex C C2 DD 5F C 0 D BC 5A 2E
Octal 14 302 335 137 14 0 15 274 132 56
Binary 1100 11000010 11011101 1011111 1100 0 1101 10111100 1011010 101110

Color Harmonies of #0CC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC2DD

Black with #0CC2DD

Text Example


Text Example

White with #0CC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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