Html Css Color HEX #18D8EB Bright Turquoise

📋 copy color: '#18D8EB'

red 24 ◦ green 216 ◦ blue 235

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

Shades of Bright Turquoise #18D8EB

Tints of Bright Turquoise #18D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

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

R = 5.05%
G = 45.47%
B = 49.47%

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

#18D8EB (or 0x18D8EB) is known color: Bright Turquoise. HEX triplet: 18, D8 and EB. RGB value is (24,216,235). Sum of RGB (Red+Green+Blue) = 24+216+235=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #18D8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D8EB is #E72714. Grayscale: #A0A0A0. Windows color (decimal): -15148821 or 15456280. OLE color: 15456280.

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

Color convert

RGB 24 216 235 -
CMYK 0.90 0.08 0 0.08
HSL 185.4º 0.84% 0.51% -
HSV(B) 185.4º 0.9% 0.92% -
XYZ 39.93 55.3 87.17 -
YUV 160.76 169.89 30.46 -
System Red Green Blue C M Y K H S L
Decimal 24 216 235 0.90 0.08 0 0.08 185.4 0.84 0.51
Hex 18 D8 EB 5A 8 0 8 B9 54 33
Octal 30 330 353 132 10 0 10 271 124 63
Binary 11000 11011000 11101011 1011010 1000 0 1000 10111001 1010100 110011

Color Harmonies of #18D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D8EB

Black with #18D8EB

Text Example


Text Example

White with #18D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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