#18F3EE

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

Shades of Bright Turquoise #18F3EE

Tints of Bright Turquoise #18F3EE

Color information

#18F3EE (or 0x18F3EE) is unknown color: approx Bright Turquoise. HEX triplet: 18, F3 and EE. RGB value is (24,243,238). Sum of RGB (Red+Green+Blue) = 24+243+238=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #18F3EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F3EE is #E70C11. Grayscale: #B0B0B0. Windows color (decimal): -15141906 or 15659800. OLE color: 15659800.

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

Color convert

RGB24243238-
CMYK0.9000.020.05
HSL178.63º90.12%52.35%-
HSV(B)178.63º90.12%95.29%-
XYZ47.8670.4791.97-
YUV176.95162.4518.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 4.75%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=4.75%
G=48.12%
B=47.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242432380.9000.020.05178.6390.1252.35
Hex18F3EE5A025b35a34
Octal3036335613202526313264
Binary1100011110011111011101011010010101101100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,243,238); }

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

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

 a { background-color: rgb(24,243,238); }

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

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

 span { border-color: rgb(24,243,238); }

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