Html Css Color HEX #12DACC Dark Turquoise

📋 copy color: '#12DACC'

red 18 ◦ green 218 ◦ blue 204

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

Shades of Dark Turquoise #12DACC

Tints of Dark Turquoise #12DACC

RGB

 RED value IS 18 (7.42% from 255) = 4.09%

 GREEN value IS 218 (85.55% from 255) = 49.55%

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

R = 4.09%
G = 49.55%
B = 46.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#12DACC (or 0x12DACC) is known color: Dark Turquoise. HEX triplet: 12, DA and CC. RGB value is (18,218,204). Sum of RGB (Red+Green+Blue) = 18+218+204=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #12DACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DACC is #ED2533. Grayscale: #9C9C9C. Windows color (decimal): -15541556 or 13425170. OLE color: 13425170.

HSL color Cylindrical-coordinate representation of color #12DACC: hue angle of 175.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DACC is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 204 -
CMYK 0.92 0 0.06 0.15
HSL 175.8º 0.85% 0.46% -
HSV(B) 175.8º 0.92% 0.85% -
XYZ 36.22 54.63 65.76 -
YUV 156.6 154.74 29.14 -
System Red Green Blue C M Y K H S L
Decimal 18 218 204 0.92 0 0.06 0.15 175.8 0.85 0.46
Hex 12 DA CC 5C 0 6 F B0 55 2E
Octal 22 332 314 134 0 6 17 260 125 56
Binary 10010 11011010 11001100 1011100 0 110 1111 10110000 1010101 101110

Color Harmonies of #12DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DACC

Black with #12DACC

Text Example


Text Example

White with #12DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DACC; }

 p { color: rgb(18,218,204); }

 H1.HeaderClassName
 {
   color: #12DACC;
 }
 .AnyTagClassName
 {
   color: #12DACC;
 }
</style>

background-color css

<style>
 a { background-color: #12DACC; }

 a { background-color: rgb(18,218,204); }

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

border-color css

<style>
 span { border-color: #12DACC; }

 span { border-color: rgb(18,218,204); }

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