Html Css Color HEX #12C9DB Dark Turquoise

📋 copy color: '#12C9DB'

red 18 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #12C9DB

Tints of Dark Turquoise #12C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.89%

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

R = 4.11%
G = 45.89%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12C9DB (or 0x12C9DB) is known color: Dark Turquoise. HEX triplet: 12, C9 and DB. RGB value is (18,201,219). Sum of RGB (Red+Green+Blue) = 18+201+219=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #12C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C9DB is #ED3624. Grayscale: #949494. Windows color (decimal): -15545893 or 14403858. OLE color: 14403858.

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

Color convert

RGB 18 201 219 -
CMYK 0.92 0.08 0 0.14
HSL 185.37º 0.85% 0.46% -
HSV(B) 185.37º 0.92% 0.86% -
XYZ 33.92 47.02 74.31 -
YUV 148.34 167.87 35.04 -
System Red Green Blue C M Y K H S L
Decimal 18 201 219 0.92 0.08 0 0.14 185.37 0.85 0.46
Hex 12 C9 DB 5C 8 0 E B9 55 2E
Octal 22 311 333 134 10 0 16 271 125 56
Binary 10010 11001001 11011011 1011100 1000 0 1110 10111001 1010101 101110

Color Harmonies of #12C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C9DB

Black with #12C9DB

Text Example


Text Example

White with #12C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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