Html Css Color HEX #12C9DC Dark Turquoise

📋 copy color: '#12C9DC'

red 18 ◦ green 201 ◦ blue 220

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

Shades of Dark Turquoise #12C9DC

Tints of Dark Turquoise #12C9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 4.1%
G = 45.79%
B = 50.11%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12C9DC (or 0x12C9DC) is known color: Dark Turquoise. HEX triplet: 12, C9 and DC. RGB value is (18,201,220). Sum of RGB (Red+Green+Blue) = 18+201+220=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #12C9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C9DC is #ED3623. Grayscale: #949494. Windows color (decimal): -15545892 or 14469394. OLE color: 14469394.

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

Color convert

RGB 18 201 220 -
CMYK 0.92 0.09 0 0.14
HSL 185.64º 0.85% 0.47% -
HSV(B) 185.64º 0.92% 0.86% -
XYZ 34.05 47.07 75 -
YUV 148.45 168.37 34.96 -
System Red Green Blue C M Y K H S L
Decimal 18 201 220 0.92 0.09 0 0.14 185.64 0.85 0.47
Hex 12 C9 DC 5C 9 0 E BA 55 2F
Octal 22 311 334 134 11 0 16 272 125 57
Binary 10010 11001001 11011100 1011100 1001 0 1110 10111010 1010101 101111

Color Harmonies of #12C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C9DC

Black with #12C9DC

Text Example


Text Example

White with #12C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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