Html Css Color HEX #18DAD2 Bright Turquoise

📋 copy color: '#18DAD2'

red 24 ◦ green 218 ◦ blue 210

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

Shades of Bright Turquoise #18DAD2

Tints of Bright Turquoise #18DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.46%

R = 5.31%
G = 48.23%
B = 46.46%

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

#18DAD2 (or 0x18DAD2) is known color: Bright Turquoise. HEX triplet: 18, DA and D2. RGB value is (24,218,210). Sum of RGB (Red+Green+Blue) = 24+218+210=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #18DAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DAD2 is #E7252D. Grayscale: #9E9E9E. Windows color (decimal): -15148334 or 13818392. OLE color: 13818392.

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

Color convert

RGB 24 218 210 -
CMYK 0.89 0 0.04 0.15
HSL 177.53º 0.8% 0.47% -
HSV(B) 177.53º 0.89% 0.85% -
XYZ 37.08 54.99 69.63 -
YUV 159.08 156.73 31.65 -
System Red Green Blue C M Y K H S L
Decimal 24 218 210 0.89 0 0.04 0.15 177.53 0.8 0.47
Hex 18 DA D2 59 0 4 F B2 50 2F
Octal 30 332 322 131 0 4 17 262 120 57
Binary 11000 11011010 11010010 1011001 0 100 1111 10110010 1010000 101111

Color Harmonies of #18DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAD2

Black with #18DAD2

Text Example


Text Example

White with #18DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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