Html Css Color HEX #18C9DB Dark Turquoise

📋 copy color: '#18C9DB'

red 24 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #18C9DB

Tints of Dark Turquoise #18C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.27%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 5.41%
G = 45.27%
B = 49.32%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18C9DB (or 0x18C9DB) is known color: Dark Turquoise. HEX triplet: 18, C9 and DB. RGB value is (24,201,219). Sum of RGB (Red+Green+Blue) = 24+201+219=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #18C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C9DB is #E73624. Grayscale: #959595. Windows color (decimal): -15152677 or 14403864. OLE color: 14403864.

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

Color convert

RGB 24 201 219 -
CMYK 0.89 0.08 0 0.14
HSL 185.54º 0.8% 0.48% -
HSV(B) 185.54º 0.89% 0.86% -
XYZ 34.05 47.08 74.31 -
YUV 150.13 166.86 38.04 -
System Red Green Blue C M Y K H S L
Decimal 24 201 219 0.89 0.08 0 0.14 185.54 0.8 0.48
Hex 18 C9 DB 59 8 0 E BA 50 30
Octal 30 311 333 131 10 0 16 272 120 60
Binary 11000 11001001 11011011 1011001 1000 0 1110 10111010 1010000 110000

Color Harmonies of #18C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C9DB

Black with #18C9DB

Text Example


Text Example

White with #18C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,201,219); }

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

background-color css

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

 a { background-color: rgb(24,201,219); }

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

border-color css

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

 span { border-color: rgb(24,201,219); }

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