#61DAD8

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

Shades of Turquoise Blue #61DAD8

Tints of Turquoise Blue #61DAD8

Color information

#61DAD8 (or 0x61DAD8) is unknown color: approx Turquoise Blue. HEX triplet: 61, DA and D8. RGB value is (97,218,216). Sum of RGB (Red+Green+Blue) = 97+218+216=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAD8 is #9E2527. Grayscale: #B5B5B5. Windows color (decimal): -10364200 or 14211681. OLE color: 14211681.

HSL color Cylindrical-coordinate representation of color #61DAD8: hue angle of 179.01º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DAD8 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB97218216-
CMYK0.5600.010.15
HSL179.01º62.05%61.76%-
HSV(B)179.01º55.5%85.49%-
XYZ42.457.6473.86-
YUV181.59147.4167.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.27%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=18.27%
G=41.05%
B=40.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972182160.5600.010.15179.0162.0561.76
Hex61DAD83801Fb33e3e
Octal1413323307001172637676
Binary1100001110110101101100011100001111110110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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