#61DDDF

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

Shades of Turquoise Blue #61DDDF

Tints of Turquoise Blue #61DDDF

Color information

#61DDDF (or 0x61DDDF) is unknown color: approx Turquoise Blue. HEX triplet: 61, DD and DF. RGB value is (97,221,223). Sum of RGB (Red+Green+Blue) = 97+221+223=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #61DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDDF is #9E2220. Grayscale: #B8B8B8. Windows color (decimal): -10363425 or 14671201. OLE color: 14671201.

HSL color Cylindrical-coordinate representation of color #61DDDF: hue angle of 180.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DDDF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97221223-
CMYK0.570.0100.13
HSL180.95º66.32%62.75%-
HSV(B)180.95º56.5%87.45%-
XYZ44.1159.5878.99-
YUV184.15149.9265.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.93%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=17.93%
G=40.85%
B=41.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972212230.570.0100.13180.9566.3262.75
Hex61DDDF3910Db5423f
Octal14133533771101526510277
Binary11000011101110111011111111001101101101101011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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