#16C1E4

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

Shades of Dark Turquoise #16C1E4

Tints of Dark Turquoise #16C1E4

Color information

#16C1E4 (or 0x16C1E4) is unknown color: approx Dark Turquoise. HEX triplet: 16, C1 and E4. RGB value is (22,193,228). Sum of RGB (Red+Green+Blue) = 22+193+228=443 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.97% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #16C1E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C1E4 is #E93E1B. Grayscale: #919191. Windows color (decimal): -15285788 or 14991638. OLE color: 14991638.

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

Color convert

RGB22193228-
CMYK0.900.1500.11
HSL190.19º82.4%49.02%-
HSV(B)190.19º90.35%89.41%-
XYZ33.443.9180.11-
YUV145.86174.3539.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.97%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 228 (89.45% from 255) = 51.47%
R=4.97%
G=43.57%
B=51.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221932280.900.1500.11190.1982.449.02
Hex16C1E45AF0Bbe5231
Octal263013441321701327612261
Binary1011011000001111001001011010111101011101111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,193,228); }

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

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

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

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

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

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

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