Html Css Color HEX #18E4BC Bright Turquoise

📋 copy color: '#18E4BC'

red 24 ◦ green 228 ◦ blue 188

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

Shades of Bright Turquoise #18E4BC

Tints of Bright Turquoise #18E4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.82%

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

R = 5.45%
G = 51.82%
B = 42.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#18E4BC (or 0x18E4BC) is known color: Bright Turquoise. HEX triplet: 18, E4 and BC. RGB value is (24,228,188). Sum of RGB (Red+Green+Blue) = 24+228+188=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #18E4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E4BC is #E71B43. Grayscale: #A2A2A2. Windows color (decimal): -15145796 or 12379160. OLE color: 12379160.

HSL color Cylindrical-coordinate representation of color #18E4BC: hue angle of 168.24º 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 #18E4BC is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 228 188 -
CMYK 0.89 0 0.18 0.11
HSL 168.24º 0.81% 0.49% -
HSV(B) 168.24º 0.89% 0.89% -
XYZ 37.2 59.31 57.06 -
YUV 162.44 142.41 29.25 -
System Red Green Blue C M Y K H S L
Decimal 24 228 188 0.89 0 0.18 0.11 168.24 0.81 0.49
Hex 18 E4 BC 59 0 12 B A8 51 31
Octal 30 344 274 131 0 22 13 250 121 61
Binary 11000 11100100 10111100 1011001 0 10010 1011 10101000 1010001 110001

Color Harmonies of #18E4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E4BC

Black with #18E4BC

Text Example


Text Example

White with #18E4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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