Html Css Color HEX #18EEE9 Bright Turquoise

📋 copy color: '#18EEE9'

red 24 ◦ green 238 ◦ blue 233

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

Shades of Bright Turquoise #18EEE9

Tints of Bright Turquoise #18EEE9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

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

R = 4.85%
G = 48.08%
B = 47.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#18EEE9 (or 0x18EEE9) is known color: Bright Turquoise. HEX triplet: 18, EE and E9. RGB value is (24,238,233). Sum of RGB (Red+Green+Blue) = 24+238+233=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EEE9 is #E71116. Grayscale: #ADADAD. Windows color (decimal): -15143191 or 15330840. OLE color: 15330840.

HSL color Cylindrical-coordinate representation of color #18EEE9: hue angle of 178.6º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEE9 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 238 233 -
CMYK 0.90 0 0.02 0.07
HSL 178.6º 0.86% 0.51% -
HSV(B) 178.6º 0.9% 0.93% -
XYZ 45.66 67.23 87.66 -
YUV 173.44 161.6 21.41 -
System Red Green Blue C M Y K H S L
Decimal 24 238 233 0.90 0 0.02 0.07 178.6 0.86 0.51
Hex 18 EE E9 5A 0 2 7 B3 56 33
Octal 30 356 351 132 0 2 7 263 126 63
Binary 11000 11101110 11101001 1011010 0 10 111 10110011 1010110 110011

Color Harmonies of #18EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EEE9

Black with #18EEE9

Text Example


Text Example

White with #18EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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