Html Css Color HEX #18D3EB Bright Turquoise

📋 copy color: '#18D3EB'

red 24 ◦ green 211 ◦ blue 235

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

Shades of Bright Turquoise #18D3EB

Tints of Bright Turquoise #18D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

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

R = 5.11%
G = 44.89%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18D3EB (or 0x18D3EB) is known color: Bright Turquoise. HEX triplet: 18, D3 and EB. RGB value is (24,211,235). Sum of RGB (Red+Green+Blue) = 24+211+235=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #18D3EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D3EB is #E72C14. Grayscale: #9D9D9D. Windows color (decimal): -15150101 or 15455000. OLE color: 15455000.

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

Color convert

RGB 24 211 235 -
CMYK 0.90 0.10 0 0.08
HSL 186.82º 0.84% 0.51% -
HSV(B) 186.82º 0.9% 0.92% -
XYZ 38.67 52.78 86.75 -
YUV 157.82 171.55 32.55 -
System Red Green Blue C M Y K H S L
Decimal 24 211 235 0.90 0.10 0 0.08 186.82 0.84 0.51
Hex 18 D3 EB 5A A 0 8 BB 54 33
Octal 30 323 353 132 12 0 10 273 124 63
Binary 11000 11010011 11101011 1011010 1010 0 1000 10111011 1010100 110011

Color Harmonies of #18D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D3EB

Black with #18D3EB

Text Example


Text Example

White with #18D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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