#61E7F2

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

Shades of Turquoise Blue #61E7F2

Tints of Turquoise Blue #61E7F2

Color information

#61E7F2 (or 0x61E7F2) is unknown color: approx Turquoise Blue. HEX triplet: 61, E7 and F2. RGB value is (97,231,242). Sum of RGB (Red+Green+Blue) = 97+231+242=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #61E7F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E7F2 is #9E180D. Grayscale: #C0C0C0. Windows color (decimal): -10360846 or 15918945. OLE color: 15918945.

HSL color Cylindrical-coordinate representation of color #61E7F2: hue angle of 184.55º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61E7F2 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97231242-
CMYK0.600.0500.05
HSL184.55º84.8%66.47%-
HSV(B)184.55º59.92%94.9%-
XYZ49.5366.194.15-
YUV192.19156.1160.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.02%
GREEN value IS 231 (90.62% from 255) = 40.53%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=17.02%
G=40.53%
B=42.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972312420.600.0500.05184.5584.866.47
Hex61E7F23C505b95542
Octal14134736274505271125102
Binary1100001111001111111001011110010101011011100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,231,242); }

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

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

 a { background-color: rgb(97,231,242); }

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

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

 span { border-color: rgb(97,231,242); }

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