Html Css Color HEX #16D7CC Dark Turquoise

📋 copy color: '#16D7CC'

red 22 ◦ green 215 ◦ blue 204

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

Shades of Dark Turquoise #16D7CC

Tints of Dark Turquoise #16D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

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

R = 4.99%
G = 48.75%
B = 46.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#16D7CC (or 0x16D7CC) is known color: Dark Turquoise. HEX triplet: 16, D7 and CC. RGB value is (22,215,204). Sum of RGB (Red+Green+Blue) = 22+215+204=441 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.99% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #16D7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D7CC is #E92833. Grayscale: #9B9B9B. Windows color (decimal): -15280180 or 13424406. OLE color: 13424406.

HSL color Cylindrical-coordinate representation of color #16D7CC: hue angle of 176.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D7CC is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 215 204 -
CMYK 0.90 0 0.05 0.16
HSL 176.58º 0.81% 0.46% -
HSV(B) 176.58º 0.9% 0.84% -
XYZ 35.53 53.13 65.51 -
YUV 156.04 155.06 32.39 -
System Red Green Blue C M Y K H S L
Decimal 22 215 204 0.90 0 0.05 0.16 176.58 0.81 0.46
Hex 16 D7 CC 5A 0 5 10 B1 51 2E
Octal 26 327 314 132 0 5 20 261 121 56
Binary 10110 11010111 11001100 1011010 0 101 10000 10110001 1010001 101110

Color Harmonies of #16D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D7CC

Black with #16D7CC

Text Example


Text Example

White with #16D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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