#12E0FC

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

Shades of Bright Turquoise #12E0FC

Tints of Bright Turquoise #12E0FC

Color information

#12E0FC (or 0x12E0FC) is unknown color: approx Bright Turquoise. HEX triplet: 12, E0 and FC. RGB value is (18,224,252). Sum of RGB (Red+Green+Blue) = 18+224+252=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #12E0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E0FC is #ED1F03. Grayscale: #A5A5A5. Windows color (decimal): -15539972 or 16572434. OLE color: 16572434.

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

Color convert

RGB18224252-
CMYK0.930.1100.01
HSL187.18º97.5%52.94%-
HSV(B)187.18º92.86%98.82%-
XYZ44.4860.47101.42-
YUV165.6176.7522.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182242520.930.1100.01187.1897.552.94
Hex12E0FC5DB01bb6235
Octal22340374135130127314265
Binary1001011100000111111001011101101101101110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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