#61D4FD

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

Shades of Turquoise Blue #61D4FD

Tints of Turquoise Blue #61D4FD

Color information

#61D4FD (or 0x61D4FD) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and FD. RGB value is (97,212,253). Sum of RGB (Red+Green+Blue) = 97+212+253=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #61D4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4FD is #9E2B02. Grayscale: #B6B6B6. Windows color (decimal): -10365699 or 16634977. OLE color: 16634977.

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

Color convert

RGB97212253-
CMYK0.620.1600.01
HSL195.77º97.5%68.63%-
HSV(B)195.77º61.66%99.22%-
XYZ46.256.72101.44-
YUV182.29167.967.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.26%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=17.26%
G=37.72%
B=45.02%

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
Decimal972122530.620.1600.01195.7797.568.63
Hex61D4FD3E1001c46245
Octal141324375762001304142105
Binary1100001110101001111110111111010000011100010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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