Html Css Color HEX #12D1DB Dark Turquoise

📋 copy color: '#12D1DB'

red 18 ◦ green 209 ◦ blue 219

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

Shades of Dark Turquoise #12D1DB

Tints of Dark Turquoise #12D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.86%

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 4.04%
G = 46.86%
B = 49.1%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12D1DB (or 0x12D1DB) is known color: Dark Turquoise. HEX triplet: 12, D1 and DB. RGB value is (18,209,219). Sum of RGB (Red+Green+Blue) = 18+209+219=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #12D1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D1DB is #ED2E24. Grayscale: #989898. Windows color (decimal): -15543845 or 14405906. OLE color: 14405906.

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

Color convert

RGB 18 209 219 -
CMYK 0.92 0.05 0 0.14
HSL 182.99º 0.85% 0.46% -
HSV(B) 182.99º 0.92% 0.86% -
XYZ 35.84 50.84 74.94 -
YUV 153.03 165.22 31.69 -
System Red Green Blue C M Y K H S L
Decimal 18 209 219 0.92 0.05 0 0.14 182.99 0.85 0.46
Hex 12 D1 DB 5C 5 0 E B7 55 2E
Octal 22 321 333 134 5 0 16 267 125 56
Binary 10010 11010001 11011011 1011100 101 0 1110 10110111 1010101 101110

Color Harmonies of #12D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D1DB

Black with #12D1DB

Text Example


Text Example

White with #12D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,219); }

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

background-color css

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

 a { background-color: rgb(18,209,219); }

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

border-color css

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

 span { border-color: rgb(18,209,219); }

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