Html Css Color HEX #18FFE9 Bright Turquoise

📋 copy color: '#18FFE9'

red 24 ◦ green 255 ◦ blue 233

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

Shades of Bright Turquoise #18FFE9

Tints of Bright Turquoise #18FFE9

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 4.69%
G = 49.8%
B = 45.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#18FFE9 (or 0x18FFE9) is known color: Bright Turquoise. HEX triplet: 18, FF and E9. RGB value is (24,255,233). Sum of RGB (Red+Green+Blue) = 24+255+233=512 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.69% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FFE9 is #E70016. Grayscale: #B7B7B7. Windows color (decimal): -15138839 or 15335192. OLE color: 15335192.

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

Color convert

RGB 24 255 233 -
CMYK 0.91 0 0.09 0
HSL 174.29º 1% 0.55% -
HSV(B) 174.29º 0.91% 1% -
XYZ 50.84 77.6 89.39 -
YUV 183.42 155.97 14.29 -
System Red Green Blue C M Y K H S L
Decimal 24 255 233 0.91 0 0.09 0 174.29 1 0.55
Hex 18 FF E9 5B 0 9 0 AE 64 37
Octal 30 377 351 133 0 11 0 256 144 67
Binary 11000 11111111 11101001 1011011 0 1001 0 10101110 1100100 110111

Color Harmonies of #18FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FFE9

Black with #18FFE9

Text Example


Text Example

White with #18FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,255,233); }

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

background-color css

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

 a { background-color: rgb(24,255,233); }

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

border-color css

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

 span { border-color: rgb(24,255,233); }

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