#12E1FD

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

Shades of Bright Turquoise #12E1FD

Tints of Bright Turquoise #12E1FD

Color information

#12E1FD (or 0x12E1FD) is unknown color: approx Bright Turquoise. HEX triplet: 12, E1 and FD. RGB value is (18,225,253). Sum of RGB (Red+Green+Blue) = 18+225+253=496 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.63% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #12E1FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E1FD is #ED1E02. Grayscale: #A5A5A5. Windows color (decimal): -15539715 or 16638226. OLE color: 16638226.

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

Color convert

RGB18225253-
CMYK0.930.1100.01
HSL187.15º98.33%53.14%-
HSV(B)187.15º92.89%99.22%-
XYZ44.961.07102.35-
YUV166.3176.9222.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.63%
GREEN value IS 225 (88.28% from 255) = 45.36%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=3.63%
G=45.36%
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
Decimal182252530.930.1100.01187.1598.3353.14
Hex12E1FD5DB01bb6235
Octal22341375135130127314265
Binary1001011100001111111011011101101101101110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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