#12FDE3

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

Shades of Bright Turquoise #12FDE3

Tints of Bright Turquoise #12FDE3

Color information

#12FDE3 (or 0x12FDE3) is unknown color: approx Bright Turquoise. HEX triplet: 12, FD and E3. RGB value is (18,253,227). Sum of RGB (Red+Green+Blue) = 18+253+227=498 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FDE3 is #ED021C. Grayscale: #B3B3B3. Windows color (decimal): -15532573 or 14941458. OLE color: 14941458.

HSL color Cylindrical-coordinate representation of color #12FDE3: hue angle of 173.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDE3 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB18253227-
CMYK0.9300.100.01
HSL173.36º98.33%53.14%-
HSV(B)173.36º92.89%99.22%-
XYZ49.2475.9384.73-
YUV179.77154.6412.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.61%
GREEN value IS 253 (99.22% from 255) = 50.80%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=3.61%
G=50.80%
B=45.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182532270.9300.100.01173.3698.3353.14
Hex12FDE35D0A1ad6235
Octal22375343135012125514265
Binary1001011111101111000111011101010101101011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,253,227); }

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

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

 a { background-color: rgb(18,253,227); }

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

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

 span { border-color: rgb(18,253,227); }

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