Html Css Color HEX #12D3DB Dark Turquoise

📋 copy color: '#12D3DB'

red 18 ◦ green 211 ◦ blue 219

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

Shades of Dark Turquoise #12D3DB

Tints of Dark Turquoise #12D3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.1%

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

R = 4.02%
G = 47.1%
B = 48.88%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12D3DB (or 0x12D3DB) is known color: Dark Turquoise. HEX triplet: 12, D3 and DB. RGB value is (18,211,219). Sum of RGB (Red+Green+Blue) = 18+211+219=448 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.02% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #12D3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D3DB is #ED2C24. Grayscale: #999999. Windows color (decimal): -15543333 or 14406418. OLE color: 14406418.

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

Color convert

RGB 18 211 219 -
CMYK 0.92 0.04 0 0.14
HSL 182.39º 0.85% 0.46% -
HSV(B) 182.39º 0.92% 0.86% -
XYZ 36.33 51.83 75.11 -
YUV 154.21 164.56 30.85 -
System Red Green Blue C M Y K H S L
Decimal 18 211 219 0.92 0.04 0 0.14 182.39 0.85 0.46
Hex 12 D3 DB 5C 4 0 E B6 55 2E
Octal 22 323 333 134 4 0 16 266 125 56
Binary 10010 11010011 11011011 1011100 100 0 1110 10110110 1010101 101110

Color Harmonies of #12D3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D3DB

Black with #12D3DB

Text Example


Text Example

White with #12D3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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