Html Css Color HEX #12DACE Dark Turquoise

📋 copy color: '#12DACE'

red 18 ◦ green 218 ◦ blue 206

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

Shades of Dark Turquoise #12DACE

Tints of Dark Turquoise #12DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 4.07%
G = 49.32%
B = 46.61%

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

#12DACE (or 0x12DACE) is known color: Dark Turquoise. HEX triplet: 12, DA and CE. RGB value is (18,218,206). Sum of RGB (Red+Green+Blue) = 18+218+206=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #12DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DACE is #ED2531. Grayscale: #9C9C9C. Windows color (decimal): -15541554 or 13556242. OLE color: 13556242.

HSL color Cylindrical-coordinate representation of color #12DACE: hue angle of 176.4º 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 #12DACE is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 206 -
CMYK 0.92 0 0.06 0.15
HSL 176.4º 0.85% 0.46% -
HSV(B) 176.4º 0.92% 0.85% -
XYZ 36.46 54.73 67.03 -
YUV 156.83 155.74 28.98 -
System Red Green Blue C M Y K H S L
Decimal 18 218 206 0.92 0 0.06 0.15 176.4 0.85 0.46
Hex 12 DA CE 5C 0 6 F B0 55 2E
Octal 22 332 316 134 0 6 17 260 125 56
Binary 10010 11011010 11001110 1011100 0 110 1111 10110000 1010101 101110

Color Harmonies of #12DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DACE

Black with #12DACE

Text Example


Text Example

White with #12DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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