#61D7DE

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

Shades of Turquoise Blue #61D7DE

Tints of Turquoise Blue #61D7DE

Color information

#61D7DE (or 0x61D7DE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D7 and DE. RGB value is (97,215,222). Sum of RGB (Red+Green+Blue) = 97+215+222=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7DE is #9E2821. Grayscale: #B4B4B4. Windows color (decimal): -10364962 or 14604129. OLE color: 14604129.

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

Color convert

RGB97215222-
CMYK0.560.0300.13
HSL183.36º65.45%62.55%-
HSV(B)183.36º56.31%87.06%-
XYZ42.4256.4277.76-
YUV180.52151.4168.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.16%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=18.16%
G=40.26%
B=41.57%

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
Decimal972152220.560.0300.13183.3665.4562.55
Hex61D7DE3830Db7413f
Octal14132733670301526710177
Binary110000111010111110111101110001101101101101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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