#61D9EB

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

Shades of Turquoise Blue #61D9EB

Tints of Turquoise Blue #61D9EB

Color information

#61D9EB (or 0x61D9EB) is unknown color: approx Turquoise Blue. HEX triplet: 61, D9 and EB. RGB value is (97,217,235). Sum of RGB (Red+Green+Blue) = 97+217+235=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #61D9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D9EB is #9E2614. Grayscale: #B6B6B6. Windows color (decimal): -10364437 or 15456609. OLE color: 15456609.

HSL color Cylindrical-coordinate representation of color #61D9EB: hue angle of 187.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61D9EB is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97217235-
CMYK0.590.0800.08
HSL187.83º77.53%65.1%-
HSV(B)187.83º58.72%92.16%-
XYZ44.7458.1787.47-
YUV183.17157.2466.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.67%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=17.67%
G=39.53%
B=42.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972172350.590.0800.08187.8377.5365.1
Hex61D9EB3B808bc4e41
Octal1413313537310010274116101
Binary110000111011001111010111110111000010001011110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,217,235); }

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

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

 a { background-color: rgb(97,217,235); }

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

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

 span { border-color: rgb(97,217,235); }

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