Html Css Color HEX #18EBBD Bright Turquoise

📋 copy color: '#18EBBD'

red 24 ◦ green 235 ◦ blue 189

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

Shades of Bright Turquoise #18EBBD

Tints of Bright Turquoise #18EBBD

RGB

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

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

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

R = 5.36%
G = 52.46%
B = 42.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#18EBBD (or 0x18EBBD) is known color: Bright Turquoise. HEX triplet: 18, EB and BD. RGB value is (24,235,189). Sum of RGB (Red+Green+Blue) = 24+235+189=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #18EBBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EBBD is #E71442. Grayscale: #A6A6A6. Windows color (decimal): -15144003 or 12446488. OLE color: 12446488.

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

Color convert

RGB 24 235 189 -
CMYK 0.90 0 0.20 0.08
HSL 166.92º 0.84% 0.51% -
HSV(B) 166.92º 0.9% 0.92% -
XYZ 39.27 63.28 58.29 -
YUV 166.67 140.6 26.24 -
System Red Green Blue C M Y K H S L
Decimal 24 235 189 0.90 0 0.20 0.08 166.92 0.84 0.51
Hex 18 EB BD 5A 0 14 8 A7 54 33
Octal 30 353 275 132 0 24 10 247 124 63
Binary 11000 11101011 10111101 1011010 0 10100 1000 10100111 1010100 110011

Color Harmonies of #18EBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EBBD

Black with #18EBBD

Text Example


Text Example

White with #18EBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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