Html Css Color HEX #12C4D9 Dark Turquoise

📋 copy color: '#12C4D9'

red 18 ◦ green 196 ◦ blue 217

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

Shades of Dark Turquoise #12C4D9

Tints of Dark Turquoise #12C4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.48%

 BLUE value IS 217 (85.16% from 255) = 50.35%

R = 4.18%
G = 45.48%
B = 50.35%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#12C4D9 (or 0x12C4D9) is known color: Dark Turquoise. HEX triplet: 12, C4 and D9. RGB value is (18,196,217). Sum of RGB (Red+Green+Blue) = 18+196+217=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #12C4D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C4D9 is #ED3B26. Grayscale: #909090. Windows color (decimal): -15547175 or 14271506. OLE color: 14271506.

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

Color convert

RGB 18 196 217 -
CMYK 0.92 0.10 0 0.15
HSL 186.33º 0.85% 0.46% -
HSV(B) 186.33º 0.92% 0.85% -
XYZ 32.51 44.62 72.54 -
YUV 145.17 168.53 37.29 -
System Red Green Blue C M Y K H S L
Decimal 18 196 217 0.92 0.10 0 0.15 186.33 0.85 0.46
Hex 12 C4 D9 5C A 0 F BA 55 2E
Octal 22 304 331 134 12 0 17 272 125 56
Binary 10010 11000100 11011001 1011100 1010 0 1111 10111010 1010101 101110

Color Harmonies of #12C4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C4D9

Black with #12C4D9

Text Example


Text Example

White with #12C4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,196,217); }

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

background-color css

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

 a { background-color: rgb(18,196,217); }

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

border-color css

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

 span { border-color: rgb(18,196,217); }

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