Html Css Color HEX #18D9CC Dark Turquoise

📋 copy color: '#18D9CC'

red 24 ◦ green 217 ◦ blue 204

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

Shades of Dark Turquoise #18D9CC

Tints of Dark Turquoise #18D9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 5.39%
G = 48.76%
B = 45.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#18D9CC (or 0x18D9CC) is known color: Dark Turquoise. HEX triplet: 18, D9 and CC. RGB value is (24,217,204). Sum of RGB (Red+Green+Blue) = 24+217+204=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #18D9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D9CC is #E72633. Grayscale: #9D9D9D. Windows color (decimal): -15148596 or 13424920. OLE color: 13424920.

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

Color convert

RGB 24 217 204 -
CMYK 0.89 0 0.06 0.15
HSL 175.96º 0.8% 0.47% -
HSV(B) 175.96º 0.89% 0.85% -
XYZ 36.09 54.18 65.68 -
YUV 157.81 154.06 32.56 -
System Red Green Blue C M Y K H S L
Decimal 24 217 204 0.89 0 0.06 0.15 175.96 0.8 0.47
Hex 18 D9 CC 59 0 6 F B0 50 2F
Octal 30 331 314 131 0 6 17 260 120 57
Binary 11000 11011001 11001100 1011001 0 110 1111 10110000 1010000 101111

Color Harmonies of #18D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D9CC

Black with #18D9CC

Text Example


Text Example

White with #18D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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