Html Css Color HEX #18EBBE Bright Turquoise

📋 copy color: '#18EBBE'

red 24 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #18EBBE

Tints of Bright Turquoise #18EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.34%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 5.35%
G = 52.34%
B = 42.32%

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

#18EBBE (or 0x18EBBE) is known color: Bright Turquoise. HEX triplet: 18, EB and BE. RGB value is (24,235,190). Sum of RGB (Red+Green+Blue) = 24+235+190=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #18EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EBBE is #E71441. Grayscale: #A6A6A6. Windows color (decimal): -15144002 or 12512024. OLE color: 12512024.

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

Color convert

RGB 24 235 190 -
CMYK 0.90 0 0.19 0.08
HSL 167.2º 0.84% 0.51% -
HSV(B) 167.2º 0.9% 0.92% -
XYZ 39.38 63.33 58.86 -
YUV 166.78 141.1 26.16 -
System Red Green Blue C M Y K H S L
Decimal 24 235 190 0.90 0 0.19 0.08 167.2 0.84 0.51
Hex 18 EB BE 5A 0 13 8 A7 54 33
Octal 30 353 276 132 0 23 10 247 124 63
Binary 11000 11101011 10111110 1011010 0 10011 1000 10100111 1010100 110011

Color Harmonies of #18EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EBBE

Black with #18EBBE

Text Example


Text Example

White with #18EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,235,190); }

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

background-color css

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

 a { background-color: rgb(24,235,190); }

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

border-color css

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

 span { border-color: rgb(24,235,190); }

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