#61D3FB

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

Shades of Turquoise Blue #61D3FB

Tints of Turquoise Blue #61D3FB

Color information

#61D3FB (or 0x61D3FB) is unknown color: approx Turquoise Blue. HEX triplet: 61, D3 and FB. RGB value is (97,211,251). Sum of RGB (Red+Green+Blue) = 97+211+251=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #61D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D3FB is #9E2C04. Grayscale: #B5B5B5. Windows color (decimal): -10365957 or 16503649. OLE color: 16503649.

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

Color convert

RGB97211251-
CMYK0.610.1600.02
HSL195.58º95.06%68.24%-
HSV(B)195.58º61.35%98.43%-
XYZ45.6456.0999.69-
YUV181.47167.2367.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.35%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=17.35%
G=37.75%
B=44.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972112510.610.1600.02195.5895.0668.24
Hex61D3FB3D1002c45f44
Octal141323373752002304137104
Binary11000011101001111111011111101100000101100010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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