#61E9DC

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

Shades of Turquoise Blue #61E9DC

Tints of Turquoise Blue #61E9DC

Color information

#61E9DC (or 0x61E9DC) is unknown color: approx Turquoise Blue. HEX triplet: 61, E9 and DC. RGB value is (97,233,220). Sum of RGB (Red+Green+Blue) = 97+233+220=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9DC is #9E1623. Grayscale: #BEBEBE. Windows color (decimal): -10360356 or 14477665. OLE color: 14477665.

HSL color Cylindrical-coordinate representation of color #61E9DC: hue angle of 174.26º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E9DC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB97233220-
CMYK0.5800.060.09
HSL174.26º75.56%64.71%-
HSV(B)174.26º58.37%91.37%-
XYZ46.9965.9977.97-
YUV190.85144.4461.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.64%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 220 (86.33% from 255) = 40%
R=17.64%
G=42.36%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972332200.5800.060.09174.2675.5664.71
Hex61E9DC3A069ae4c41
Octal141351334720611256114101
Binary11000011110100111011100111010011010011010111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,233,220); }

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

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

 a { background-color: rgb(97,233,220); }

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

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

 span { border-color: rgb(97,233,220); }

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