#61E5ED

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

Shades of Turquoise Blue #61E5ED

Tints of Turquoise Blue #61E5ED

Color information

#61E5ED (or 0x61E5ED) is unknown color: approx Turquoise Blue. HEX triplet: 61, E5 and ED. RGB value is (97,229,237). Sum of RGB (Red+Green+Blue) = 97+229+237=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #61E5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E5ED is #9E1A12. Grayscale: #BEBEBE. Windows color (decimal): -10361363 or 15590753. OLE color: 15590753.

HSL color Cylindrical-coordinate representation of color #61E5ED: hue angle of 183.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61E5ED is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97229237-
CMYK0.590.0300.07
HSL183.43º79.55%65.49%-
HSV(B)183.43º59.07%92.94%-
XYZ48.2464.6990.07-
YUV190.44154.2761.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.23%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=17.23%
G=40.67%
B=42.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972292370.590.0300.07183.4379.5565.49
Hex61E5ED3B307b75041
Octal14134535573307267120101
Binary110000111100101111011011110111101111011011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,229,237); }

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

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

 a { background-color: rgb(97,229,237); }

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

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

 span { border-color: rgb(97,229,237); }

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