Html Css Color HEX #0CDDCC Dark Turquoise

📋 copy color: '#0CDDCC'

red 12 ◦ green 221 ◦ blue 204

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

Shades of Dark Turquoise #0CDDCC

Tints of Dark Turquoise #0CDDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 2.75%
G = 50.57%
B = 46.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#0CDDCC (or 0x0CDDCC) is known color: Dark Turquoise. HEX triplet: 0C, DD and CC. RGB value is (12,221,204). Sum of RGB (Red+Green+Blue) = 12+221+204=437 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDCC is #F32233. Grayscale: #9C9C9C. Windows color (decimal): -15934004 or 13425932. OLE color: 13425932.

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

Color convert

RGB 12 221 204 -
CMYK 0.95 0 0.08 0.13
HSL 175.12º 0.9% 0.46% -
HSV(B) 175.12º 0.95% 0.87% -
XYZ 36.91 56.15 66.02 -
YUV 156.57 154.76 24.88 -
System Red Green Blue C M Y K H S L
Decimal 12 221 204 0.95 0 0.08 0.13 175.12 0.9 0.46
Hex C DD CC 5F 0 8 D AF 5A 2E
Octal 14 335 314 137 0 10 15 257 132 56
Binary 1100 11011101 11001100 1011111 0 1000 1101 10101111 1011010 101110

Color Harmonies of #0CDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDCC

Black with #0CDDCC

Text Example


Text Example

White with #0CDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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