Html Css Color HEX #16D8CC Dark Turquoise

📋 copy color: '#16D8CC'

red 22 ◦ green 216 ◦ blue 204

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

Shades of Dark Turquoise #16D8CC

Tints of Dark Turquoise #16D8CC

RGB

 RED value IS 22 (8.98% from 255) = 4.98%

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

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

R = 4.98%
G = 48.87%
B = 46.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#16D8CC (or 0x16D8CC) is known color: Dark Turquoise. HEX triplet: 16, D8 and CC. RGB value is (22,216,204). Sum of RGB (Red+Green+Blue) = 22+216+204=442 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.98% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #16D8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D8CC is #E92733. Grayscale: #9C9C9C. Windows color (decimal): -15279924 or 13424662. OLE color: 13424662.

HSL color Cylindrical-coordinate representation of color #16D8CC: hue angle of 176.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D8CC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 216 204 -
CMYK 0.90 0 0.06 0.15
HSL 176.29º 0.82% 0.47% -
HSV(B) 176.29º 0.9% 0.85% -
XYZ 35.79 53.64 65.59 -
YUV 156.63 154.73 31.98 -
System Red Green Blue C M Y K H S L
Decimal 22 216 204 0.90 0 0.06 0.15 176.29 0.82 0.47
Hex 16 D8 CC 5A 0 6 F B0 52 2F
Octal 26 330 314 132 0 6 17 260 122 57
Binary 10110 11011000 11001100 1011010 0 110 1111 10110000 1010010 101111

Color Harmonies of #16D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D8CC

Black with #16D8CC

Text Example


Text Example

White with #16D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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