#61E1DE

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

Shades of Turquoise Blue #61E1DE

Tints of Turquoise Blue #61E1DE

Color information

#61E1DE (or 0x61E1DE) is unknown color: approx Turquoise Blue. HEX triplet: 61, E1 and DE. RGB value is (97,225,222). Sum of RGB (Red+Green+Blue) = 97+225+222=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E1DE is #9E1E21. Grayscale: #BABABA. Windows color (decimal): -10362402 or 14606689. OLE color: 14606689.

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

Color convert

RGB97225222-
CMYK0.5700.010.12
HSL178.59º68.09%63.14%-
HSV(B)178.59º56.89%88.24%-
XYZ45.0461.6778.64-
YUV186.39148.0964.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.83%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=17.83%
G=41.36%
B=40.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972252220.5700.010.12178.5968.0963.14
Hex61E1DE3901Cb3443f
Octal14134133671011426310477
Binary11000011110000111011110111001011100101100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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