Html Css Color HEX #12D0DB Dark Turquoise

📋 copy color: '#12D0DB'

red 18 ◦ green 208 ◦ blue 219

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

Shades of Dark Turquoise #12D0DB

Tints of Dark Turquoise #12D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

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

R = 4.04%
G = 46.74%
B = 49.21%

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

#12D0DB (or 0x12D0DB) is known color: Dark Turquoise. HEX triplet: 12, D0 and DB. RGB value is (18,208,219). Sum of RGB (Red+Green+Blue) = 18+208+219=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #12D0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0DB is #ED2F24. Grayscale: #989898. Windows color (decimal): -15544101 or 14405650. OLE color: 14405650.

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

Color convert

RGB 18 208 219 -
CMYK 0.92 0.05 0 0.14
HSL 183.28º 0.85% 0.46% -
HSV(B) 183.28º 0.92% 0.86% -
XYZ 35.59 50.35 74.86 -
YUV 152.44 165.55 32.11 -
System Red Green Blue C M Y K H S L
Decimal 18 208 219 0.92 0.05 0 0.14 183.28 0.85 0.46
Hex 12 D0 DB 5C 5 0 E B7 55 2E
Octal 22 320 333 134 5 0 16 267 125 56
Binary 10010 11010000 11011011 1011100 101 0 1110 10110111 1010101 101110

Color Harmonies of #12D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D0DB

Black with #12D0DB

Text Example


Text Example

White with #12D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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