Html Css Color HEX #18DEDB Bright Turquoise

📋 copy color: '#18DEDB'

red 24 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #18DEDB

Tints of Bright Turquoise #18DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 5.16%
G = 47.74%
B = 47.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#18DEDB (or 0x18DEDB) is known color: Bright Turquoise. HEX triplet: 18, DE and DB. RGB value is (24,222,219). Sum of RGB (Red+Green+Blue) = 24+222+219=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEDB is #E72124. Grayscale: #A2A2A2. Windows color (decimal): -15147301 or 14409240. OLE color: 14409240.

HSL color Cylindrical-coordinate representation of color #18DEDB: hue angle of 179.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEDB is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 222 219 -
CMYK 0.89 0 0.01 0.13
HSL 179.09º 0.8% 0.48% -
HSV(B) 179.09º 0.89% 0.87% -
XYZ 39.28 57.55 76.06 -
YUV 162.46 159.9 29.24 -
System Red Green Blue C M Y K H S L
Decimal 24 222 219 0.89 0 0.01 0.13 179.09 0.8 0.48
Hex 18 DE DB 59 0 1 D B3 50 30
Octal 30 336 333 131 0 1 15 263 120 60
Binary 11000 11011110 11011011 1011001 0 1 1101 10110011 1010000 110000

Color Harmonies of #18DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEDB

Black with #18DEDB

Text Example


Text Example

White with #18DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,222,219); }

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

background-color css

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

 a { background-color: rgb(24,222,219); }

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

border-color css

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

 span { border-color: rgb(24,222,219); }

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