#61D5FD

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

Shades of Turquoise Blue #61D5FD

Tints of Turquoise Blue #61D5FD

Color information

#61D5FD (or 0x61D5FD) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and FD. RGB value is (97,213,253). Sum of RGB (Red+Green+Blue) = 97+213+253=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #61D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5FD is #9E2A02. Grayscale: #B6B6B6. Windows color (decimal): -10365443 or 16635233. OLE color: 16635233.

HSL color Cylindrical-coordinate representation of color #61D5FD: hue angle of 195.38º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61D5FD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97213253-
CMYK0.620.1600.01
HSL195.38º97.5%68.63%-
HSV(B)195.38º61.66%99.22%-
XYZ46.4557.22101.53-
YUV182.88167.5766.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.23%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=17.23%
G=37.83%
B=44.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972132530.620.1600.01195.3897.568.63
Hex61D5FD3E1001c36245
Octal141325375762001303142105
Binary1100001110101011111110111111010000011100001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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