Html Css Color HEX #18E7B9 Bright Turquoise

📋 copy color: '#18E7B9'

red 24 ◦ green 231 ◦ blue 185

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

Shades of Bright Turquoise #18E7B9

Tints of Bright Turquoise #18E7B9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.5%

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 5.45%
G = 52.5%
B = 42.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#18E7B9 (or 0x18E7B9) is known color: Bright Turquoise. HEX triplet: 18, E7 and B9. RGB value is (24,231,185). Sum of RGB (Red+Green+Blue) = 24+231+185=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7B9 is #E71846. Grayscale: #A3A3A3. Windows color (decimal): -15145031 or 12183320. OLE color: 12183320.

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

Color convert

RGB 24 231 185 -
CMYK 0.90 0 0.20 0.09
HSL 166.67º 0.81% 0.5% -
HSV(B) 166.67º 0.9% 0.91% -
XYZ 37.71 60.85 55.66 -
YUV 163.86 139.92 28.24 -
System Red Green Blue C M Y K H S L
Decimal 24 231 185 0.90 0 0.20 0.09 166.67 0.81 0.5
Hex 18 E7 B9 5A 0 14 9 A7 51 32
Octal 30 347 271 132 0 24 11 247 121 62
Binary 11000 11100111 10111001 1011010 0 10100 1001 10100111 1010001 110010

Color Harmonies of #18E7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E7B9

Black with #18E7B9

Text Example


Text Example

White with #18E7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,231,185); }

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

background-color css

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

 a { background-color: rgb(24,231,185); }

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

border-color css

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

 span { border-color: rgb(24,231,185); }

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