#61E8F7

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

Shades of Turquoise Blue #61E8F7

Tints of Turquoise Blue #61E8F7

Color information

#61E8F7 (or 0x61E8F7) is unknown color: approx Turquoise Blue. HEX triplet: 61, E8 and F7. RGB value is (97,232,247). Sum of RGB (Red+Green+Blue) = 97+232+247=576 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.84% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #61E8F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E8F7 is #9E1708. Grayscale: #C1C1C1. Windows color (decimal): -10360585 or 16246881. OLE color: 16246881.

HSL color Cylindrical-coordinate representation of color #61E8F7: hue angle of 186º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61E8F7 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97232247-
CMYK0.610.0600.03
HSL186º90.36%67.45%-
HSV(B)186º60.73%96.86%-
XYZ50.5766.9798.26-
YUV193.35158.2759.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.84%
GREEN value IS 232 (91.02% from 255) = 40.28%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=16.84%
G=40.28%
B=42.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972322470.610.0600.0318690.3667.45
Hex61E8F73D603ba5a43
Octal14135036775603272132103
Binary110000111101000111101111111011100111011101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,232,247); }

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

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

 a { background-color: rgb(97,232,247); }

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

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

 span { border-color: rgb(97,232,247); }

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