#16D5F2

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

Shades of Bright Turquoise #16D5F2

Tints of Bright Turquoise #16D5F2

Color information

#16D5F2 (or 0x16D5F2) is unknown color: approx Bright Turquoise. HEX triplet: 16, D5 and F2. RGB value is (22,213,242). Sum of RGB (Red+Green+Blue) = 22+213+242=477 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.61% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #16D5F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D5F2 is #E92A0D. Grayscale: #9E9E9E. Windows color (decimal): -15280654 or 15914262. OLE color: 15914262.

HSL color Cylindrical-coordinate representation of color #16D5F2: hue angle of 187.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D5F2 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22213242-
CMYK0.910.1200.05
HSL187.91º89.43%51.76%-
HSV(B)187.91º90.91%94.9%-
XYZ40.1554.1792.34-
YUV159.2174.7230.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.61%
GREEN value IS 213 (83.59% from 255) = 44.65%
BLUE value IS 242 (94.92% from 255) = 50.73%
R=4.61%
G=44.65%
B=50.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222132420.910.1200.05187.9189.4351.76
Hex16D5F25BC05bc5934
Octal26325362133140527413164
Binary101101101010111110010101101111000101101111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,213,242); }

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

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

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

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

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

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

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