#18F2E8

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

Shades of Bright Turquoise #18F2E8

Tints of Bright Turquoise #18F2E8

Color information

#18F2E8 (or 0x18F2E8) is unknown color: approx Bright Turquoise. HEX triplet: 18, F2 and E8. RGB value is (24,242,232). Sum of RGB (Red+Green+Blue) = 24+242+232=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #18F2E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F2E8 is #E70D17. Grayscale: #AFAFAF. Windows color (decimal): -15142168 or 15266328. OLE color: 15266328.

HSL color Cylindrical-coordinate representation of color #18F2E8: hue angle of 177.25º 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 #18F2E8 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB24242232-
CMYK0.9000.040.05
HSL177.25º89.34%52.16%-
HSV(B)177.25º90.08%94.9%-
XYZ46.6969.5287.3-
YUV175.68159.7819.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.82%
GREEN value IS 242 (94.92% from 255) = 48.59%
BLUE value IS 232 (91.02% from 255) = 46.59%
R=4.82%
G=48.59%
B=46.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242422320.9000.040.05177.2589.3452.16
Hex18F2E85A045b15934
Octal3036235013204526113164
Binary11000111100101110100010110100100101101100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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