#12EDF5

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

Shades of Bright Turquoise #12EDF5

Tints of Bright Turquoise #12EDF5

Color information

#12EDF5 (or 0x12EDF5) is unknown color: approx Bright Turquoise. HEX triplet: 12, ED and F5. RGB value is (18,237,245). Sum of RGB (Red+Green+Blue) = 18+237+245=500 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #12EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EDF5 is #ED120A. Grayscale: #ACACAC. Windows color (decimal): -15536651 or 16117010. OLE color: 16117010.

HSL color Cylindrical-coordinate representation of color #12EDF5: hue angle of 182.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EDF5 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18237245-
CMYK0.930.0300.04
HSL182.11º91.9%51.57%-
HSV(B)182.11º92.65%96.08%-
XYZ47.0267.2996.9-
YUV172.43168.9517.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.6%
GREEN value IS 237 (92.97% from 255) = 47.4%
BLUE value IS 245 (96.09% from 255) = 49%
R=3.6%
G=47.4%
B=49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182372450.930.0300.04182.1191.951.57
Hex12EDF55D304b65c34
Octal2235536513530426613464
Binary1001011101101111101011011101110100101101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,237,245); }

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

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

 a { background-color: rgb(18,237,245); }

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

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

 span { border-color: rgb(18,237,245); }

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