Html Css Color HEX #18EABD Bright Turquoise

📋 copy color: '#18EABD'

red 24 ◦ green 234 ◦ blue 189

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

Shades of Bright Turquoise #18EABD

Tints of Bright Turquoise #18EABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 5.37%
G = 52.35%
B = 42.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#18EABD (or 0x18EABD) is known color: Bright Turquoise. HEX triplet: 18, EA and BD. RGB value is (24,234,189). Sum of RGB (Red+Green+Blue) = 24+234+189=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #18EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EABD is #E71542. Grayscale: #A6A6A6. Windows color (decimal): -15144259 or 12446232. OLE color: 12446232.

HSL color Cylindrical-coordinate representation of color #18EABD: hue angle of 167.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EABD is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 234 189 -
CMYK 0.90 0 0.19 0.08
HSL 167.14º 0.83% 0.51% -
HSV(B) 167.14º 0.9% 0.92% -
XYZ 38.98 62.71 58.19 -
YUV 166.08 140.93 26.66 -
System Red Green Blue C M Y K H S L
Decimal 24 234 189 0.90 0 0.19 0.08 167.14 0.83 0.51
Hex 18 EA BD 5A 0 13 8 A7 53 33
Octal 30 352 275 132 0 23 10 247 123 63
Binary 11000 11101010 10111101 1011010 0 10011 1000 10100111 1010011 110011

Color Harmonies of #18EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EABD

Black with #18EABD

Text Example


Text Example

White with #18EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,234,189); }

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

background-color css

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

 a { background-color: rgb(24,234,189); }

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

border-color css

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

 span { border-color: rgb(24,234,189); }

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