#18F2EA

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

Shades of Bright Turquoise #18F2EA

Tints of Bright Turquoise #18F2EA

Color information

#18F2EA (or 0x18F2EA) is unknown color: approx Bright Turquoise. HEX triplet: 18, F2 and EA. RGB value is (24,242,234). Sum of RGB (Red+Green+Blue) = 24+242+234=500 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.8% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #18F2EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F2EA is #E70D15. Grayscale: #AFAFAF. Windows color (decimal): -15142166 or 15397400. OLE color: 15397400.

HSL color Cylindrical-coordinate representation of color #18F2EA: hue angle of 177.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F2EA is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB24242234-
CMYK0.9000.030.05
HSL177.8º89.34%52.16%-
HSV(B)177.8º90.08%94.9%-
XYZ46.9869.6488.81-
YUV175.91160.7819.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.8%
GREEN value IS 242 (94.92% from 255) = 48.4%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=4.8%
G=48.4%
B=46.8%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242422340.9000.030.05177.889.3452.16
Hex18F2EA5A035b25934
Octal3036235213203526213164
Binary1100011110010111010101011010011101101100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18F2EA; }

 p { color: rgb(24,242,234); }

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

<style>
 a { background-color: #18F2EA; }

 a { background-color: rgb(24,242,234); }

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

<style>
 span { border-color: #18F2EA; }

 span { border-color: rgb(24,242,234); }

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