Html Css Color HEX #18E8BC Bright Turquoise

📋 copy color: '#18E8BC'

red 24 ◦ green 232 ◦ blue 188

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

Shades of Bright Turquoise #18E8BC

Tints of Bright Turquoise #18E8BC

RGB

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

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

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

R = 5.41%
G = 52.25%
B = 42.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#18E8BC (or 0x18E8BC) is known color: Bright Turquoise. HEX triplet: 18, E8 and BC. RGB value is (24,232,188). Sum of RGB (Red+Green+Blue) = 24+232+188=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #18E8BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E8BC is #E71743. Grayscale: #A4A4A4. Windows color (decimal): -15144772 or 12380184. OLE color: 12380184.

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

Color convert

RGB 24 232 188 -
CMYK 0.90 0 0.19 0.09
HSL 167.31º 0.82% 0.5% -
HSV(B) 167.31º 0.9% 0.91% -
XYZ 38.31 61.54 57.44 -
YUV 164.79 141.09 27.58 -
System Red Green Blue C M Y K H S L
Decimal 24 232 188 0.90 0 0.19 0.09 167.31 0.82 0.5
Hex 18 E8 BC 5A 0 13 9 A7 52 32
Octal 30 350 274 132 0 23 11 247 122 62
Binary 11000 11101000 10111100 1011010 0 10011 1001 10100111 1010010 110010

Color Harmonies of #18E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E8BC

Black with #18E8BC

Text Example


Text Example

White with #18E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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