Html Css Color HEX #18FEEB Bright Turquoise

📋 copy color: '#18FEEB'

red 24 ◦ green 254 ◦ blue 235

#18FEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #18FEEB

Tints of Bright Turquoise #18FEEB

RGB

 RED value IS 24 (9.77% from 255) = 4.68%

 GREEN value IS 254 (99.61% from 255) = 49.51%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 4.68%
G = 49.51%
B = 45.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#18FEEB (or 0x18FEEB) is known color: Bright Turquoise. HEX triplet: 18, FE and EB. RGB value is (24,254,235). Sum of RGB (Red+Green+Blue) = 24+254+235=513 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.68% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEEB is #E70114. Grayscale: #B6B6B6. Windows color (decimal): -15139093 or 15466008. OLE color: 15466008.

HSL color Cylindrical-coordinate representation of color #18FEEB: hue angle of 175.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FEEB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 254 235 -
CMYK 0.91 0 0.07 0.00
HSL 175.04º 0.99% 0.55% -
HSV(B) 175.04º 0.91% 1% -
XYZ 50.81 77.08 90.8 -
YUV 183.06 157.3 14.54 -
System Red Green Blue C M Y K H S L
Decimal 24 254 235 0.91 0 0.07 0.00 175.04 0.99 0.55
Hex 18 FE EB 5B 0 7 0 AF 63 37
Octal 30 376 353 133 0 7 0 257 143 67
Binary 11000 11111110 11101011 1011011 0 111 0 10101111 1100011 110111

Color Harmonies of #18FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FEEB

Black with #18FEEB

Text Example


Text Example

White with #18FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,254,235); }

 H1.HeaderClassName
 {
   color: #18FEEB;
 }
 .AnyTagClassName
 {
   color: #18FEEB;
 }
</style>

background-color css

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

 a { background-color: rgb(24,254,235); }

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

border-color css

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

 span { border-color: rgb(24,254,235); }

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