Html Css Color HEX #18D0EB Bright Turquoise

📋 copy color: '#18D0EB'

red 24 ◦ green 208 ◦ blue 235

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

Shades of Bright Turquoise #18D0EB

Tints of Bright Turquoise #18D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 5.14%
G = 44.54%
B = 50.32%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18D0EB (or 0x18D0EB) is known color: Bright Turquoise. HEX triplet: 18, D0 and EB. RGB value is (24,208,235). Sum of RGB (Red+Green+Blue) = 24+208+235=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #18D0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D0EB is #E72F14. Grayscale: #9B9B9B. Windows color (decimal): -15150869 or 15454232. OLE color: 15454232.

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

Color convert

RGB 24 208 235 -
CMYK 0.90 0.11 0 0.08
HSL 187.68º 0.84% 0.51% -
HSV(B) 187.68º 0.9% 0.92% -
XYZ 37.93 51.3 86.5 -
YUV 156.06 172.54 33.8 -
System Red Green Blue C M Y K H S L
Decimal 24 208 235 0.90 0.11 0 0.08 187.68 0.84 0.51
Hex 18 D0 EB 5A B 0 8 BC 54 33
Octal 30 320 353 132 13 0 10 274 124 63
Binary 11000 11010000 11101011 1011010 1011 0 1000 10111100 1010100 110011

Color Harmonies of #18D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D0EB

Black with #18D0EB

Text Example


Text Example

White with #18D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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