Html Css Color HEX #18D8CC Dark Turquoise

📋 copy color: '#18D8CC'

red 24 ◦ green 216 ◦ blue 204

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

Shades of Dark Turquoise #18D8CC

Tints of Dark Turquoise #18D8CC

RGB

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

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

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

R = 5.41%
G = 48.65%
B = 45.95%

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

#18D8CC (or 0x18D8CC) is known color: Dark Turquoise. HEX triplet: 18, D8 and CC. RGB value is (24,216,204). Sum of RGB (Red+Green+Blue) = 24+216+204=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D8CC is #E72733. Grayscale: #9D9D9D. Windows color (decimal): -15148852 or 13424664. OLE color: 13424664.

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

Color convert

RGB 24 216 204 -
CMYK 0.89 0 0.06 0.15
HSL 176.25º 0.8% 0.47% -
HSV(B) 176.25º 0.89% 0.85% -
XYZ 35.83 53.67 65.6 -
YUV 157.22 154.39 32.98 -
System Red Green Blue C M Y K H S L
Decimal 24 216 204 0.89 0 0.06 0.15 176.25 0.8 0.47
Hex 18 D8 CC 59 0 6 F B0 50 2F
Octal 30 330 314 131 0 6 17 260 120 57
Binary 11000 11011000 11001100 1011001 0 110 1111 10110000 1010000 101111

Color Harmonies of #18D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D8CC

Black with #18D8CC

Text Example


Text Example

White with #18D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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