#12FFE0

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

Shades of Bright Turquoise #12FFE0

Tints of Bright Turquoise #12FFE0

Color information

#12FFE0 (or 0x12FFE0) is unknown color: approx Bright Turquoise. HEX triplet: 12, FF and E0. RGB value is (18,255,224). Sum of RGB (Red+Green+Blue) = 18+255+224=497 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.62% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFE0 is #ED001F. Grayscale: #B4B4B4. Windows color (decimal): -15532064 or 14745362. OLE color: 14745362.

HSL color Cylindrical-coordinate representation of color #12FFE0: hue angle of 172.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFE0 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB18255224-
CMYK0.9300.120
HSL172.15º100%53.53%-
HSV(B)172.15º92.94%100%-
XYZ49.4677.0382.78-
YUV180.6152.4812.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.62%
GREEN value IS 255 (100% from 255) = 51.31%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=3.62%
G=51.31%
B=45.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182552240.9300.120172.1510053.53
Hex12FFE05D0C0ac6436
Octal22377340135014025414466
Binary1001011111111111000001011101011000101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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