#12DDCA

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

Shades of Bright Turquoise #12DDCA

Tints of Bright Turquoise #12DDCA

Color information

#12DDCA (or 0x12DDCA) is unknown color: approx Bright Turquoise. HEX triplet: 12, DD and CA. RGB value is (18,221,202). Sum of RGB (Red+Green+Blue) = 18+221+202=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDCA is #ED2235. Grayscale: #9E9E9E. Windows color (decimal): -15540790 or 13294866. OLE color: 13294866.

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

Color convert

RGB18221202-
CMYK0.9200.090.13
HSL174.38º84.94%46.86%-
HSV(B)174.38º91.86%86.67%-
XYZ36.7756.1164.77-
YUV158.14152.7528.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.08%
GREEN value IS 221 (86.72% from 255) = 50.11%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=4.08%
G=50.11%
B=45.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182212020.9200.090.13174.3884.9446.86
Hex12DDCA5C09Dae552f
Octal223353121340111525612557
Binary1001011011101110010101011100010011101101011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,221,202); }

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

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

 a { background-color: rgb(18,221,202); }

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

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

 span { border-color: rgb(18,221,202); }

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