#61DAF5

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

Shades of Turquoise Blue #61DAF5

Tints of Turquoise Blue #61DAF5

Color information

#61DAF5 (or 0x61DAF5) is unknown color: approx Turquoise Blue. HEX triplet: 61, DA and F5. RGB value is (97,218,245). Sum of RGB (Red+Green+Blue) = 97+218+245=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #61DAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DAF5 is #9E250A. Grayscale: #B8B8B8. Windows color (decimal): -10364171 or 16112225. OLE color: 16112225.

HSL color Cylindrical-coordinate representation of color #61DAF5: hue angle of 190.95º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61DAF5 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB97218245-
CMYK0.600.1100.04
HSL190.95º88.1%67.06%-
HSV(B)190.95º60.41%96.08%-
XYZ46.4859.2895.38-
YUV184.9161.9165.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.32%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 245 (96.09% from 255) = 43.75%
R=17.32%
G=38.93%
B=43.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972182450.600.1100.04190.9588.167.06
Hex61DAF53CB04bf5843
Octal141332365741304277130103
Binary11000011101101011110101111100101101001011111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,218,245); }

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

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

 a { background-color: rgb(97,218,245); }

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

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

 span { border-color: rgb(97,218,245); }

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