#61D6FB

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

Shades of Turquoise Blue #61D6FB

Tints of Turquoise Blue #61D6FB

Color information

#61D6FB (or 0x61D6FB) is unknown color: approx Turquoise Blue. HEX triplet: 61, D6 and FB. RGB value is (97,214,251). Sum of RGB (Red+Green+Blue) = 97+214+251=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #61D6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D6FB is #9E2904. Grayscale: #B6B6B6. Windows color (decimal): -10365189 or 16504417. OLE color: 16504417.

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

Color convert

RGB97214251-
CMYK0.610.1500.02
HSL194.42º95.06%68.24%-
HSV(B)194.42º61.35%98.43%-
XYZ46.3957.699.94-
YUV183.24166.2466.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.26%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=17.26%
G=38.08%
B=44.66%

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
Decimal972142510.610.1500.02194.4295.0668.24
Hex61D6FB3DF02c25f44
Octal141326373751702302137104
Binary1100001110101101111101111110111110101100001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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