#12efd1

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

Shades of Bright Turquoise #12EFD1

Tints of Bright Turquoise #12EFD1

Color information

#12EFD1 (or 0x12EFD1) is unknown color: approx Bright Turquoise. HEX triplet: 12, EF and D1. RGB value is (18,239,209). Sum of RGB (Red+Green+Blue) = 18+239+209=466 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.86% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EFD1 is #ED102E. Grayscale: #A9A9A9. Windows color (decimal): -15536175 or 13758226. OLE color: 13758226.

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

Color convert

RGB18239209-
CMYK0.9200.130.06
HSL171.86º87.35%50.39%-
HSV(B)171.86º92.47%93.73%-
XYZ42.6266.4770.9-
YUV169.5150.2819.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.86%
GREEN value IS 239 (93.75% from 255) = 51.29%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=3.86%
G=51.29%
B=44.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182392090.9200.130.06171.8687.3550.39
Hex12EFD15C0D6ac5732
Octal22357321134015625412762
Binary100101110111111010001101110001101110101011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12efd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,239,209); }

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

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

 a { background-color: rgb(18,239,209); }

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

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

 span { border-color: rgb(18,239,209); }

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