#61D3DB

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

Shades of Turquoise Blue #61D3DB

Tints of Turquoise Blue #61D3DB

Color information

#61D3DB (or 0x61D3DB) is unknown color: approx Turquoise Blue. HEX triplet: 61, D3 and DB. RGB value is (97,211,219). Sum of RGB (Red+Green+Blue) = 97+211+219=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #61D3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D3DB is #9E2C24. Grayscale: #B1B1B1. Windows color (decimal): -10365989 or 14406497. OLE color: 14406497.

HSL color Cylindrical-coordinate representation of color #61D3DB: hue angle of 183.93º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D3DB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97211219-
CMYK0.560.0400.14
HSL183.93º62.89%61.96%-
HSV(B)183.93º55.71%85.88%-
XYZ41.0154.2475.33-
YUV177.83151.2370.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.41%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=18.41%
G=40.04%
B=41.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972112190.560.0400.14183.9362.8961.96
Hex61D3DB3840Eb83f3e
Octal1413233337040162707776
Binary110000111010011110110111110001000111010111000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,211,219); }

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

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

 a { background-color: rgb(97,211,219); }

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

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

 span { border-color: rgb(97,211,219); }

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