#61E9F9

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

Shades of Turquoise Blue #61E9F9

Tints of Turquoise Blue #61E9F9

Color information

#61E9F9 (or 0x61E9F9) is unknown color: approx Turquoise Blue. HEX triplet: 61, E9 and F9. RGB value is (97,233,249). Sum of RGB (Red+Green+Blue) = 97+233+249=579 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.75% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #61E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E9F9 is #9E1606. Grayscale: #C1C1C1. Windows color (decimal): -10360327 or 16378209. OLE color: 16378209.

HSL color Cylindrical-coordinate representation of color #61E9F9: hue angle of 186.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61E9F9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97233249-
CMYK0.610.0600.02
HSL186.32º92.68%67.84%-
HSV(B)186.32º61.04%97.65%-
XYZ51.1767.6699.99-
YUV194.16158.9458.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.75%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=16.75%
G=40.24%
B=43.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972332490.610.0600.02186.3292.6867.84
Hex61E9F93D602ba5d44
Octal14135137175602272135104
Binary110000111101001111110011111011100101011101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61E9F9; }

 p { color: rgb(97,233,249); }

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

<style>
 a { background-color: #61E9F9; }

 a { background-color: rgb(97,233,249); }

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

<style>
 span { border-color: #61E9F9; }

 span { border-color: rgb(97,233,249); }

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