Html Css Color HEX #18E1C0 Bright Turquoise

📋 copy color: '#18E1C0'

red 24 ◦ green 225 ◦ blue 192

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

Shades of Bright Turquoise #18E1C0

Tints of Bright Turquoise #18E1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.02%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 5.44%
G = 51.02%
B = 43.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#18E1C0 (or 0x18E1C0) is known color: Bright Turquoise. HEX triplet: 18, E1 and C0. RGB value is (24,225,192). Sum of RGB (Red+Green+Blue) = 24+225+192=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #18E1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E1C0 is #E71E3F. Grayscale: #A1A1A1. Windows color (decimal): -15146560 or 12640536. OLE color: 12640536.

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

Color convert

RGB 24 225 192 -
CMYK 0.89 0 0.15 0.12
HSL 170.15º 0.81% 0.49% -
HSV(B) 170.15º 0.89% 0.88% -
XYZ 36.82 57.85 59.1 -
YUV 161.14 145.41 30.18 -
System Red Green Blue C M Y K H S L
Decimal 24 225 192 0.89 0 0.15 0.12 170.15 0.81 0.49
Hex 18 E1 C0 59 0 F C AA 51 31
Octal 30 341 300 131 0 17 14 252 121 61
Binary 11000 11100001 11000000 1011001 0 1111 1100 10101010 1010001 110001

Color Harmonies of #18E1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E1C0

Black with #18E1C0

Text Example


Text Example

White with #18E1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,225,192); }

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

background-color css

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

 a { background-color: rgb(24,225,192); }

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

border-color css

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

 span { border-color: rgb(24,225,192); }

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