Html Css Color HEX #18DAD1 Bright Turquoise

📋 copy color: '#18DAD1'

red 24 ◦ green 218 ◦ blue 209

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

Shades of Bright Turquoise #18DAD1

Tints of Bright Turquoise #18DAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.34%

 BLUE value IS 209 (82.03% from 255) = 46.34%

R = 5.32%
G = 48.34%
B = 46.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#18DAD1 (or 0x18DAD1) is known color: Bright Turquoise. HEX triplet: 18, DA and D1. RGB value is (24,218,209). Sum of RGB (Red+Green+Blue) = 24+218+209=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #18DAD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DAD1 is #E7252E. Grayscale: #9E9E9E. Windows color (decimal): -15148335 or 13752856. OLE color: 13752856.

HSL color Cylindrical-coordinate representation of color #18DAD1: hue angle of 177.22º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DAD1 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 209 -
CMYK 0.89 0 0.04 0.15
HSL 177.22º 0.8% 0.47% -
HSV(B) 177.22º 0.89% 0.85% -
XYZ 36.96 54.94 68.98 -
YUV 158.97 156.23 31.73 -
System Red Green Blue C M Y K H S L
Decimal 24 218 209 0.89 0 0.04 0.15 177.22 0.8 0.47
Hex 18 DA D1 59 0 4 F B1 50 2F
Octal 30 332 321 131 0 4 17 261 120 57
Binary 11000 11011010 11010001 1011001 0 100 1111 10110001 1010000 101111

Color Harmonies of #18DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAD1

Black with #18DAD1

Text Example


Text Example

White with #18DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,218,209); }

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

background-color css

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

 a { background-color: rgb(24,218,209); }

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

border-color css

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

 span { border-color: rgb(24,218,209); }

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