#61D5FB

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

Shades of Turquoise Blue #61D5FB

Tints of Turquoise Blue #61D5FB

Color information

#61D5FB (or 0x61D5FB) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and FB. RGB value is (97,213,251). Sum of RGB (Red+Green+Blue) = 97+213+251=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #61D5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5FB is #9E2A04. Grayscale: #B6B6B6. Windows color (decimal): -10365445 or 16504161. OLE color: 16504161.

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

Color convert

RGB97213251-
CMYK0.610.1500.02
HSL194.81º95.06%68.24%-
HSV(B)194.81º61.35%98.43%-
XYZ46.1457.0999.86-
YUV182.65166.5766.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.29%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=17.29%
G=37.97%
B=44.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972132510.610.1500.02194.8195.0668.24
Hex61D5FB3DF02c35f44
Octal141325373751702303137104
Binary1100001110101011111101111110111110101100001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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