#61DAD4

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

Shades of Turquoise Blue #61DAD4

Tints of Turquoise Blue #61DAD4

Color information

#61DAD4 (or 0x61DAD4) is unknown color: approx Turquoise Blue. HEX triplet: 61, DA and D4. RGB value is (97,218,212). Sum of RGB (Red+Green+Blue) = 97+218+212=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAD4 is #9E252B. Grayscale: #B5B5B5. Windows color (decimal): -10364204 or 13949537. OLE color: 13949537.

HSL color Cylindrical-coordinate representation of color #61DAD4: hue angle of 177.02º 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 #61DAD4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB97218212-
CMYK0.5600.030.15
HSL177.02º62.05%61.76%-
HSV(B)177.02º55.5%85.49%-
XYZ41.8857.4471.17-
YUV181.14145.4167.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 212 (83.20% from 255) = 40.23%
R=18.41%
G=41.37%
B=40.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972182120.5600.030.15177.0262.0561.76
Hex61DAD43803Fb13e3e
Octal1413323247003172617676
Binary11000011101101011010100111000011111110110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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