#61E6EF

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

Shades of Turquoise Blue #61E6EF

Tints of Turquoise Blue #61E6EF

Color information

#61E6EF (or 0x61E6EF) is unknown color: approx Turquoise Blue. HEX triplet: 61, E6 and EF. RGB value is (97,230,239). Sum of RGB (Red+Green+Blue) = 97+230+239=566 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.14% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #61E6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E6EF is #9E1910. Grayscale: #BFBFBF. Windows color (decimal): -10361105 or 15722081. OLE color: 15722081.

HSL color Cylindrical-coordinate representation of color #61E6EF: hue angle of 183.8º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61E6EF is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97230239-
CMYK0.590.0400.06
HSL183.8º81.61%65.88%-
HSV(B)183.8º59.41%93.73%-
XYZ48.8165.3791.71-
YUV191.26154.9460.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.14%
GREEN value IS 230 (90.23% from 255) = 40.64%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=17.14%
G=40.64%
B=42.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972302390.590.0400.06183.881.6165.88
Hex61E6EF3B406b85242
Octal14134635773406270122102
Binary1100001111001101110111111101110001101011100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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