#16EAF3

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

Shades of Bright Turquoise #16EAF3

Tints of Bright Turquoise #16EAF3

Color information

#16EAF3 (or 0x16EAF3) is unknown color: approx Bright Turquoise. HEX triplet: 16, EA and F3. RGB value is (22,234,243). Sum of RGB (Red+Green+Blue) = 22+234+243=499 (66% of max value = 765). Red value is 22 (8.98% from 255 or 4.41% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #16EAF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EAF3 is #E9150C. Grayscale: #ABABAB. Windows color (decimal): -15275277 or 15985174. OLE color: 15985174.

HSL color Cylindrical-coordinate representation of color #16EAF3: hue angle of 182.44º degrees, saturation: 0.9, 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 #16EAF3 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22234243-
CMYK0.910.0400.05
HSL182.44º90.2%51.96%-
HSV(B)182.44º90.95%95.29%-
XYZ45.9365.4995.01-
YUV171.64168.2621.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.41%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 243 (95.31% from 255) = 48.70%
R=4.41%
G=46.89%
B=48.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222342430.910.0400.05182.4490.251.96
Hex16EAF35B405b65a34
Octal2635236313340526613264
Binary10110111010101111001110110111000101101101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,234,243); }

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

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

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

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

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

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

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