#61E6E7

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

Shades of Turquoise Blue #61E6E7

Tints of Turquoise Blue #61E6E7

Color information

#61E6E7 (or 0x61E6E7) is unknown color: approx Turquoise Blue. HEX triplet: 61, E6 and E7. RGB value is (97,230,231). Sum of RGB (Red+Green+Blue) = 97+230+231=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #61E6E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E6E7 is #9E1918. Grayscale: #BEBEBE. Windows color (decimal): -10361113 or 15197793. OLE color: 15197793.

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

Color convert

RGB97230231-
CMYK0.580.0000.09
HSL180.45º73.63%64.31%-
HSV(B)180.45º58.01%90.59%-
XYZ47.6564.985.62-
YUV190.35150.9461.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.38%
GREEN value IS 230 (90.23% from 255) = 41.22%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=17.38%
G=41.22%
B=41.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972302310.580.0000.09180.4573.6364.31
Hex61E6E73A009b44a40
Octal141346347720011264112100
Binary110000111100110111001111110100010011011010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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