Html Css Color HEX #18DDD1 Bright Turquoise

📋 copy color: '#18DDD1'

red 24 ◦ green 221 ◦ blue 209

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

Shades of Bright Turquoise #18DDD1

Tints of Bright Turquoise #18DDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.68%

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

R = 5.29%
G = 48.68%
B = 46.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#18DDD1 (or 0x18DDD1) is known color: Bright Turquoise. HEX triplet: 18, DD and D1. RGB value is (24,221,209). Sum of RGB (Red+Green+Blue) = 24+221+209=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDD1 is #E7222E. Grayscale: #A0A0A0. Windows color (decimal): -15147567 or 13753624. OLE color: 13753624.

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

Color convert

RGB 24 221 209 -
CMYK 0.89 0 0.05 0.13
HSL 176.35º 0.8% 0.48% -
HSV(B) 176.35º 0.89% 0.87% -
XYZ 37.74 56.51 69.24 -
YUV 160.73 155.23 30.48 -
System Red Green Blue C M Y K H S L
Decimal 24 221 209 0.89 0 0.05 0.13 176.35 0.8 0.48
Hex 18 DD D1 59 0 5 D B0 50 30
Octal 30 335 321 131 0 5 15 260 120 60
Binary 11000 11011101 11010001 1011001 0 101 1101 10110000 1010000 110000

Color Harmonies of #18DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DDD1

Black with #18DDD1

Text Example


Text Example

White with #18DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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