#12E0DB

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

Shades of Bright Turquoise #12E0DB

Tints of Bright Turquoise #12E0DB

Color information

#12E0DB (or 0x12E0DB) is unknown color: approx Bright Turquoise. HEX triplet: 12, E0 and DB. RGB value is (18,224,219). Sum of RGB (Red+Green+Blue) = 18+224+219=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #12E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E0DB is #ED1F24. Grayscale: #A1A1A1. Windows color (decimal): -15540005 or 14409746. OLE color: 14409746.

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

Color convert

RGB18224219-
CMYK0.9200.020.12
HSL178.54º85.12%47.45%-
HSV(B)178.54º91.96%87.84%-
XYZ39.6958.5576.23-
YUV161.84160.2525.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.90%
GREEN value IS 224 (87.89% from 255) = 48.59%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=3.90%
G=48.59%
B=47.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182242190.9200.020.12178.5485.1247.45
Hex12E0DB5C02Cb3552f
Octal22340333134021426312557
Binary10010111000001101101110111000101100101100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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