Html Css Color HEX #18D8CE Dark Turquoise

📋 copy color: '#18D8CE'

red 24 ◦ green 216 ◦ blue 206

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

Shades of Dark Turquoise #18D8CE

Tints of Dark Turquoise #18D8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.43%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 5.38%
G = 48.43%
B = 46.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#18D8CE (or 0x18D8CE) is known color: Dark Turquoise. HEX triplet: 18, D8 and CE. RGB value is (24,216,206). Sum of RGB (Red+Green+Blue) = 24+216+206=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D8CE is #E72731. Grayscale: #9D9D9D. Windows color (decimal): -15148850 or 13555736. OLE color: 13555736.

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

Color convert

RGB 24 216 206 -
CMYK 0.89 0 0.05 0.15
HSL 176.88º 0.8% 0.47% -
HSV(B) 176.88º 0.89% 0.85% -
XYZ 36.07 53.76 66.87 -
YUV 157.45 155.39 32.81 -
System Red Green Blue C M Y K H S L
Decimal 24 216 206 0.89 0 0.05 0.15 176.88 0.8 0.47
Hex 18 D8 CE 59 0 5 F B1 50 2F
Octal 30 330 316 131 0 5 17 261 120 57
Binary 11000 11011000 11001110 1011001 0 101 1111 10110001 1010000 101111

Color Harmonies of #18D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D8CE

Black with #18D8CE

Text Example


Text Example

White with #18D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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