#12EED0

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

Shades of Bright Turquoise #12EED0

Tints of Bright Turquoise #12EED0

Color information

#12EED0 (or 0x12EED0) is unknown color: approx Bright Turquoise. HEX triplet: 12, EE and D0. RGB value is (18,238,208). Sum of RGB (Red+Green+Blue) = 18+238+208=464 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.88% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #12EED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EED0 is #ED112F. Grayscale: #A8A8A8. Windows color (decimal): -15536432 or 13692434. OLE color: 13692434.

HSL color Cylindrical-coordinate representation of color #12EED0: hue angle of 171.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EED0 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB18238208-
CMYK0.9200.130.07
HSL171.82º86.61%50.2%-
HSV(B)171.82º92.44%93.33%-
XYZ42.2165.8370.16-
YUV168.8150.1120.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.88%
GREEN value IS 238 (93.36% from 255) = 51.29%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=3.88%
G=51.29%
B=44.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182382080.9200.130.07171.8286.6150.2
Hex12EED05C0D7ac5732
Octal22356320134015725412762
Binary100101110111011010000101110001101111101011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,238,208); }

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

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

 a { background-color: rgb(18,238,208); }

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

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

 span { border-color: rgb(18,238,208); }

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