Html Css Color HEX #18E9BF Bright Turquoise

📋 copy color: '#18E9BF'

red 24 ◦ green 233 ◦ blue 191

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

Shades of Bright Turquoise #18E9BF

Tints of Bright Turquoise #18E9BF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.01%

 BLUE value IS 191 (75% from 255) = 42.63%

R = 5.36%
G = 52.01%
B = 42.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#18E9BF (or 0x18E9BF) is known color: Bright Turquoise. HEX triplet: 18, E9 and BF. RGB value is (24,233,191). Sum of RGB (Red+Green+Blue) = 24+233+191=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #18E9BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E9BF is #E71640. Grayscale: #A5A5A5. Windows color (decimal): -15144513 or 12577048. OLE color: 12577048.

HSL color Cylindrical-coordinate representation of color #18E9BF: hue angle of 167.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E9BF is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 233 191 -
CMYK 0.90 0 0.18 0.09
HSL 167.94º 0.83% 0.5% -
HSV(B) 167.94º 0.9% 0.91% -
XYZ 38.92 62.23 59.25 -
YUV 165.72 142.26 26.92 -
System Red Green Blue C M Y K H S L
Decimal 24 233 191 0.90 0 0.18 0.09 167.94 0.83 0.5
Hex 18 E9 BF 5A 0 12 9 A8 53 32
Octal 30 351 277 132 0 22 11 250 123 62
Binary 11000 11101001 10111111 1011010 0 10010 1001 10101000 1010011 110010

Color Harmonies of #18E9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E9BF

Black with #18E9BF

Text Example


Text Example

White with #18E9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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