#12FCE0

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

Shades of Bright Turquoise #12FCE0

Tints of Bright Turquoise #12FCE0

Color information

#12FCE0 (or 0x12FCE0) is unknown color: approx Bright Turquoise. HEX triplet: 12, FC and E0. RGB value is (18,252,224). Sum of RGB (Red+Green+Blue) = 18+252+224=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCE0 is #ED031F. Grayscale: #B2B2B2. Windows color (decimal): -15532832 or 14744594. OLE color: 14744594.

HSL color Cylindrical-coordinate representation of color #12FCE0: hue angle of 172.82º 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 #12FCE0 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB18252224-
CMYK0.9300.110.01
HSL172.82º97.5%52.94%-
HSV(B)172.82º92.86%98.82%-
XYZ48.5175.1382.47-
YUV178.84153.4813.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.64%
GREEN value IS 252 (98.83% from 255) = 51.01%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=3.64%
G=51.01%
B=45.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182522240.9300.110.01172.8297.552.94
Hex12FCE05D0B1ad6235
Octal22374340135013125514265
Binary1001011111100111000001011101010111101011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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