Html Css Color HEX #18E3BC Bright Turquoise

📋 copy color: '#18E3BC'

red 24 ◦ green 227 ◦ blue 188

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

Shades of Bright Turquoise #18E3BC

Tints of Bright Turquoise #18E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.71%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 5.47%
G = 51.71%
B = 42.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#18E3BC (or 0x18E3BC) is known color: Bright Turquoise. HEX triplet: 18, E3 and BC. RGB value is (24,227,188). Sum of RGB (Red+Green+Blue) = 24+227+188=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #18E3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E3BC is #E71C43. Grayscale: #A1A1A1. Windows color (decimal): -15146052 or 12378904. OLE color: 12378904.

HSL color Cylindrical-coordinate representation of color #18E3BC: hue angle of 168.47º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E3BC is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 227 188 -
CMYK 0.89 0 0.17 0.11
HSL 168.47º 0.81% 0.49% -
HSV(B) 168.47º 0.89% 0.89% -
XYZ 36.92 58.76 56.97 -
YUV 161.86 142.75 29.67 -
System Red Green Blue C M Y K H S L
Decimal 24 227 188 0.89 0 0.17 0.11 168.47 0.81 0.49
Hex 18 E3 BC 59 0 11 B A8 51 31
Octal 30 343 274 131 0 21 13 250 121 61
Binary 11000 11100011 10111100 1011001 0 10001 1011 10101000 1010001 110001

Color Harmonies of #18E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E3BC

Black with #18E3BC

Text Example


Text Example

White with #18E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,227,188); }

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

background-color css

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

 a { background-color: rgb(24,227,188); }

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

border-color css

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

 span { border-color: rgb(24,227,188); }

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