#61E6DA

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

Shades of Turquoise Blue #61E6DA

Tints of Turquoise Blue #61E6DA

Color information

#61E6DA (or 0x61E6DA) is unknown color: approx Turquoise Blue. HEX triplet: 61, E6 and DA. RGB value is (97,230,218). Sum of RGB (Red+Green+Blue) = 97+230+218=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6DA is #9E1925. Grayscale: #BCBCBC. Windows color (decimal): -10361126 or 14345825. OLE color: 14345825.

HSL color Cylindrical-coordinate representation of color #61E6DA: hue angle of 174.59º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E6DA is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB97230218-
CMYK0.5800.050.10
HSL174.59º72.68%64.12%-
HSV(B)174.59º57.83%90.2%-
XYZ45.8864.276.3-
YUV188.86144.4462.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.80%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 218 (85.55% from 255) = 40%
R=17.80%
G=42.20%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972302180.5800.050.10174.5972.6864.12
Hex61E6DA3A05Aaf4940
Octal141346332720512257111100
Binary11000011110011011011010111010010110101010111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,230,218); }

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

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

 a { background-color: rgb(97,230,218); }

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

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

 span { border-color: rgb(97,230,218); }

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