Html Css Color HEX #18EEBA Bright Turquoise

📋 copy color: '#18EEBA'

red 24 ◦ green 238 ◦ blue 186

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

Shades of Bright Turquoise #18EEBA

Tints of Bright Turquoise #18EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.13%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 5.36%
G = 53.13%
B = 41.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#18EEBA (or 0x18EEBA) is known color: Bright Turquoise. HEX triplet: 18, EE and BA. RGB value is (24,238,186). Sum of RGB (Red+Green+Blue) = 24+238+186=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EEBA is #E71145. Grayscale: #A8A8A8. Windows color (decimal): -15143238 or 12250648. OLE color: 12250648.

HSL color Cylindrical-coordinate representation of color #18EEBA: hue angle of 165.42º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEBA is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 238 186 -
CMYK 0.90 0 0.22 0.07
HSL 165.42º 0.86% 0.51% -
HSV(B) 165.42º 0.9% 0.93% -
XYZ 39.81 64.89 56.88 -
YUV 168.09 138.1 25.23 -
System Red Green Blue C M Y K H S L
Decimal 24 238 186 0.90 0 0.22 0.07 165.42 0.86 0.51
Hex 18 EE BA 5A 0 16 7 A5 56 33
Octal 30 356 272 132 0 26 7 245 126 63
Binary 11000 11101110 10111010 1011010 0 10110 111 10100101 1010110 110011

Color Harmonies of #18EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EEBA

Black with #18EEBA

Text Example


Text Example

White with #18EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,238,186); }

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

background-color css

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

 a { background-color: rgb(24,238,186); }

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

border-color css

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

 span { border-color: rgb(24,238,186); }

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