Html Css Color HEX #18E8BF Bright Turquoise

📋 copy color: '#18E8BF'

red 24 ◦ green 232 ◦ blue 191

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

Shades of Bright Turquoise #18E8BF

Tints of Bright Turquoise #18E8BF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.9%

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

R = 5.37%
G = 51.9%
B = 42.73%

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

#18E8BF (or 0x18E8BF) is known color: Bright Turquoise. HEX triplet: 18, E8 and BF. RGB value is (24,232,191). Sum of RGB (Red+Green+Blue) = 24+232+191=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #18E8BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E8BF is #E71740. Grayscale: #A5A5A5. Windows color (decimal): -15144769 or 12576792. OLE color: 12576792.

HSL color Cylindrical-coordinate representation of color #18E8BF: hue angle of 168.17º degrees, saturation: 0.82, 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 #18E8BF is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 232 191 -
CMYK 0.90 0 0.18 0.09
HSL 168.17º 0.82% 0.5% -
HSV(B) 168.17º 0.9% 0.91% -
XYZ 38.64 61.67 59.16 -
YUV 165.13 142.59 27.33 -
System Red Green Blue C M Y K H S L
Decimal 24 232 191 0.90 0 0.18 0.09 168.17 0.82 0.5
Hex 18 E8 BF 5A 0 12 9 A8 52 32
Octal 30 350 277 132 0 22 11 250 122 62
Binary 11000 11101000 10111111 1011010 0 10010 1001 10101000 1010010 110010

Color Harmonies of #18E8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E8BF

Black with #18E8BF

Text Example


Text Example

White with #18E8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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