Html Css Color HEX #18DAD8 Bright Turquoise

📋 copy color: '#18DAD8'

red 24 ◦ green 218 ◦ blue 216

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

Shades of Bright Turquoise #18DAD8

Tints of Bright Turquoise #18DAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 5.24%
G = 47.6%
B = 47.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#18DAD8 (or 0x18DAD8) is known color: Bright Turquoise. HEX triplet: 18, DA and D8. RGB value is (24,218,216). Sum of RGB (Red+Green+Blue) = 24+218+216=458 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.24% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #18DAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DAD8 is #E72527. Grayscale: #9F9F9F. Windows color (decimal): -15148328 or 14211608. OLE color: 14211608.

HSL color Cylindrical-coordinate representation of color #18DAD8: hue angle of 179.38º 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 #18DAD8 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 216 -
CMYK 0.89 0 0.01 0.15
HSL 179.38º 0.8% 0.47% -
HSV(B) 179.38º 0.89% 0.85% -
XYZ 37.84 55.29 73.64 -
YUV 159.77 159.73 31.16 -
System Red Green Blue C M Y K H S L
Decimal 24 218 216 0.89 0 0.01 0.15 179.38 0.8 0.47
Hex 18 DA D8 59 0 1 F B3 50 2F
Octal 30 332 330 131 0 1 17 263 120 57
Binary 11000 11011010 11011000 1011001 0 1 1111 10110011 1010000 101111

Color Harmonies of #18DAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAD8

Black with #18DAD8

Text Example


Text Example

White with #18DAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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