#61D7DD

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

Shades of Turquoise Blue #61D7DD

Tints of Turquoise Blue #61D7DD

Color information

#61D7DD (or 0x61D7DD) is unknown color: approx Turquoise Blue. HEX triplet: 61, D7 and DD. RGB value is (97,215,221). Sum of RGB (Red+Green+Blue) = 97+215+221=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #61D7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7DD is #9E2822. Grayscale: #B4B4B4. Windows color (decimal): -10364963 or 14538593. OLE color: 14538593.

HSL color Cylindrical-coordinate representation of color #61D7DD: hue angle of 182.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D7DD is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97215221-
CMYK0.560.0300.13
HSL182.9º64.58%62.35%-
HSV(B)182.9º56.11%86.67%-
XYZ42.2856.3677.06-
YUV180.4150.9168.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.20%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=18.20%
G=40.34%
B=41.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972152210.560.0300.13182.964.5862.35
Hex61D7DD3830Db7413e
Octal14132733570301526710176
Binary110000111010111110111011110001101101101101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,215,221); }

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

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

 a { background-color: rgb(97,215,221); }

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

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

 span { border-color: rgb(97,215,221); }

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