#16CFCF

Color #16CFCF Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #16CFCF

Tints of Dark Turquoise #16CFCF

Color information

#16CFCF (or 0x16CFCF) is unknown color: approx Dark Turquoise. HEX triplet: 16, CF and CF. RGB value is (22,207,207). Sum of RGB (Red+Green+Blue) = 22+207+207=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #16CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFCF is #E93030. Grayscale: #979797. Windows color (decimal): -15282225 or 13618966. OLE color: 13618966.

HSL color Cylindrical-coordinate representation of color #16CFCF: hue angle of 180º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CFCF is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB22207207-
CMYK0.89000.19
HSL180º80.79%44.9%-
HSV(B)180º89.37%81.18%-
XYZ33.9149.366.76-
YUV151.68159.2135.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.05%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=5.05%
G=47.48%
B=47.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal222072070.89000.1918080.7944.9
Hex16CFCF590013b4512d
Octal26317317131002326412155
Binary10110110011111100111110110010010011101101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,207,207); }

 H1.HeaderClassName
 {
   color: #16CFCF;
 }
 .AnyTagClassName
 {
   color: #16CFCF;
 }
</style>
background-color css

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

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

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

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

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

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