Html Css Color HEX #18DADC Bright Turquoise

📋 copy color: '#18DADC'

red 24 ◦ green 218 ◦ blue 220

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

Shades of Bright Turquoise #18DADC

Tints of Bright Turquoise #18DADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 5.19%
G = 47.19%
B = 47.62%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18DADC (or 0x18DADC) is known color: Bright Turquoise. HEX triplet: 18, DA and DC. RGB value is (24,218,220). Sum of RGB (Red+Green+Blue) = 24+218+220=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #18DADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DADC is #E72523. Grayscale: #A0A0A0. Windows color (decimal): -15148324 or 14473752. OLE color: 14473752.

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

Color convert

RGB 24 218 220 -
CMYK 0.89 0.01 0 0.14
HSL 180.61º 0.8% 0.48% -
HSV(B) 180.61º 0.89% 0.86% -
XYZ 38.37 55.5 76.4 -
YUV 160.22 161.73 30.84 -
System Red Green Blue C M Y K H S L
Decimal 24 218 220 0.89 0.01 0 0.14 180.61 0.8 0.48
Hex 18 DA DC 59 1 0 E B5 50 30
Octal 30 332 334 131 1 0 16 265 120 60
Binary 11000 11011010 11011100 1011001 1 0 1110 10110101 1010000 110000

Color Harmonies of #18DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DADC

Black with #18DADC

Text Example


Text Example

White with #18DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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