Html Css Color HEX #18E5BB Bright Turquoise

📋 copy color: '#18E5BB'

red 24 ◦ green 229 ◦ blue 187

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

Shades of Bright Turquoise #18E5BB

Tints of Bright Turquoise #18E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.05%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 5.45%
G = 52.05%
B = 42.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#18E5BB (or 0x18E5BB) is known color: Bright Turquoise. HEX triplet: 18, E5 and BB. RGB value is (24,229,187). Sum of RGB (Red+Green+Blue) = 24+229+187=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5BB is #E71A44. Grayscale: #A2A2A2. Windows color (decimal): -15145541 or 12313880. OLE color: 12313880.

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

Color convert

RGB 24 229 187 -
CMYK 0.90 0 0.18 0.10
HSL 167.71º 0.81% 0.5% -
HSV(B) 167.71º 0.9% 0.9% -
XYZ 37.37 59.82 56.59 -
YUV 162.92 141.58 28.92 -
System Red Green Blue C M Y K H S L
Decimal 24 229 187 0.90 0 0.18 0.10 167.71 0.81 0.5
Hex 18 E5 BB 5A 0 12 A A8 51 32
Octal 30 345 273 132 0 22 12 250 121 62
Binary 11000 11100101 10111011 1011010 0 10010 1010 10101000 1010001 110010

Color Harmonies of #18E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E5BB

Black with #18E5BB

Text Example


Text Example

White with #18E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,229,187); }

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

background-color css

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

 a { background-color: rgb(24,229,187); }

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

border-color css

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

 span { border-color: rgb(24,229,187); }

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