Html Css Color HEX #18D9EB Bright Turquoise

📋 copy color: '#18D9EB'

red 24 ◦ green 217 ◦ blue 235

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

Shades of Bright Turquoise #18D9EB

Tints of Bright Turquoise #18D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 5.04%
G = 45.59%
B = 49.37%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18D9EB (or 0x18D9EB) is known color: Bright Turquoise. HEX triplet: 18, D9 and EB. RGB value is (24,217,235). Sum of RGB (Red+Green+Blue) = 24+217+235=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #18D9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D9EB is #E72614. Grayscale: #A1A1A1. Windows color (decimal): -15148565 or 15456536. OLE color: 15456536.

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

Color convert

RGB 24 217 235 -
CMYK 0.90 0.08 0 0.08
HSL 185.12º 0.84% 0.51% -
HSV(B) 185.12º 0.9% 0.92% -
XYZ 40.18 55.82 87.25 -
YUV 161.35 169.56 30.04 -
System Red Green Blue C M Y K H S L
Decimal 24 217 235 0.90 0.08 0 0.08 185.12 0.84 0.51
Hex 18 D9 EB 5A 8 0 8 B9 54 33
Octal 30 331 353 132 10 0 10 271 124 63
Binary 11000 11011001 11101011 1011010 1000 0 1000 10111001 1010100 110011

Color Harmonies of #18D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D9EB

Black with #18D9EB

Text Example


Text Example

White with #18D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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