#61D5FA

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

Shades of Turquoise Blue #61D5FA

Tints of Turquoise Blue #61D5FA

Color information

#61D5FA (or 0x61D5FA) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and FA. RGB value is (97,213,250). Sum of RGB (Red+Green+Blue) = 97+213+250=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #61D5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5FA is #9E2A05. Grayscale: #B6B6B6. Windows color (decimal): -10365446 or 16438625. OLE color: 16438625.

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

Color convert

RGB97213250-
CMYK0.610.1500.02
HSL194.51º93.87%68.04%-
HSV(B)194.51º61.2%98.04%-
XYZ45.9857.0399.03-
YUV182.53166.0766.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.32%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=17.32%
G=38.04%
B=44.64%

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
Decimal972132500.610.1500.02194.5193.8768.04
Hex61D5FA3DF02c35e44
Octal141325372751702303136104
Binary1100001110101011111101011110111110101100001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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