#12F0E7

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

Shades of Bright Turquoise #12F0E7

Tints of Bright Turquoise #12F0E7

Color information

#12F0E7 (or 0x12F0E7) is unknown color: approx Bright Turquoise. HEX triplet: 12, F0 and E7. RGB value is (18,240,231). Sum of RGB (Red+Green+Blue) = 18+240+231=489 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.68% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F0E7 is #ED0F18. Grayscale: #ACACAC. Windows color (decimal): -15535897 or 15200274. OLE color: 15200274.

HSL color Cylindrical-coordinate representation of color #12F0E7: hue angle of 177.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0E7 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB18240231-
CMYK0.9200.040.06
HSL177.57º88.1%50.59%-
HSV(B)177.57º92.5%94.12%-
XYZ45.8368.2286.35-
YUV172.6160.9517.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.68%
GREEN value IS 240 (94.14% from 255) = 49.08%
BLUE value IS 231 (90.62% from 255) = 47.24%
R=3.68%
G=49.08%
B=47.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182402310.9200.040.06177.5788.150.59
Hex12F0E75C046b25833
Octal2236034713404626213063
Binary10010111100001110011110111000100110101100101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,240,231); }

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

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

 a { background-color: rgb(18,240,231); }

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

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

 span { border-color: rgb(18,240,231); }

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