#12C7D5

Color #12C7D5 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #12C7D5

Tints of Dark Turquoise #12C7D5

Color information

#12C7D5 (or 0x12C7D5) is unknown color: approx Dark Turquoise. HEX triplet: 12, C7 and D5. RGB value is (18,199,213). Sum of RGB (Red+Green+Blue) = 18+199+213=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #12C7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C7D5 is #ED382A. Grayscale: #929292. Windows color (decimal): -15546411 or 14010130. OLE color: 14010130.

HSL color Cylindrical-coordinate representation of color #12C7D5: hue angle of 184.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C7D5 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18199213-
CMYK0.920.0700.16
HSL184.31º84.42%45.29%-
HSV(B)184.31º91.55%83.53%-
XYZ32.6845.7870.06-
YUV146.48165.5336.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.19%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 213 (83.59% from 255) = 49.53%
R=4.19%
G=46.28%
B=49.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181992130.920.0700.16184.3184.4245.29
Hex12C7D55C7010b8542d
Octal22307325134702027012455
Binary1001011000111110101011011100111010000101110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,199,213); }

 H1.HeaderClassName
 {
   color: #12C7D5;
 }
 .AnyTagClassName
 {
   color: #12C7D5;
 }
</style>
background-color css

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

 a { background-color: rgb(18,199,213); }

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

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

 span { border-color: rgb(18,199,213); }

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