#61E2FB

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

Shades of Turquoise Blue #61E2FB

Tints of Turquoise Blue #61E2FB

Color information

#61E2FB (or 0x61E2FB) is unknown color: approx Turquoise Blue. HEX triplet: 61, E2 and FB. RGB value is (97,226,251). Sum of RGB (Red+Green+Blue) = 97+226+251=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #61E2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E2FB is #9E1D04. Grayscale: #BEBEBE. Windows color (decimal): -10362117 or 16507489. OLE color: 16507489.

HSL color Cylindrical-coordinate representation of color #61E2FB: hue angle of 189.74º degrees, saturation: 0.95, 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 #61E2FB is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97226251-
CMYK0.610.1000.02
HSL189.74º95.06%68.24%-
HSV(B)189.74º61.35%98.43%-
XYZ49.5463.9100.99-
YUV190.28162.2661.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.90%
GREEN value IS 226 (88.67% from 255) = 39.37%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=16.90%
G=39.37%
B=43.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972262510.610.1000.02189.7495.0668.24
Hex61E2FB3DA02be5f44
Octal141342373751202276137104
Binary1100001111000101111101111110110100101011111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,226,251); }

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

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

 a { background-color: rgb(97,226,251); }

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

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

 span { border-color: rgb(97,226,251); }

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