Html Css Color HEX #18D9D8 Bright Turquoise

📋 copy color: '#18D9D8'

red 24 ◦ green 217 ◦ blue 216

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

Shades of Bright Turquoise #18D9D8

Tints of Bright Turquoise #18D9D8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

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

R = 5.25%
G = 47.48%
B = 47.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#18D9D8 (or 0x18D9D8) is known color: Bright Turquoise. HEX triplet: 18, D9 and D8. RGB value is (24,217,216). Sum of RGB (Red+Green+Blue) = 24+217+216=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #18D9D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D9D8 is #E72627. Grayscale: #9E9E9E. Windows color (decimal): -15148584 or 14211352. OLE color: 14211352.

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

Color convert

RGB 24 217 216 -
CMYK 0.89 0 0.00 0.15
HSL 179.69º 0.8% 0.47% -
HSV(B) 179.69º 0.89% 0.85% -
XYZ 37.58 54.78 73.56 -
YUV 159.18 160.06 31.58 -
System Red Green Blue C M Y K H S L
Decimal 24 217 216 0.89 0 0.00 0.15 179.69 0.8 0.47
Hex 18 D9 D8 59 0 0 F B4 50 2F
Octal 30 331 330 131 0 0 17 264 120 57
Binary 11000 11011001 11011000 1011001 0 0 1111 10110100 1010000 101111

Color Harmonies of #18D9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D9D8

Black with #18D9D8

Text Example


Text Example

White with #18D9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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