#61E6F9

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

Shades of Turquoise Blue #61E6F9

Tints of Turquoise Blue #61E6F9

Color information

#61E6F9 (or 0x61E6F9) is unknown color: approx Turquoise Blue. HEX triplet: 61, E6 and F9. RGB value is (97,230,249). Sum of RGB (Red+Green+Blue) = 97+230+249=576 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.84% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #61E6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E6F9 is #9E1906. Grayscale: #C0C0C0. Windows color (decimal): -10361095 or 16377441. OLE color: 16377441.

HSL color Cylindrical-coordinate representation of color #61E6F9: hue angle of 187.5º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61E6F9 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97230249-
CMYK0.610.0800.02
HSL187.5º92.68%67.84%-
HSV(B)187.5º61.04%97.65%-
XYZ50.3365.9799.7-
YUV192.4159.9459.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.84%
GREEN value IS 230 (90.23% from 255) = 39.93%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=16.84%
G=39.93%
B=43.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972302490.610.0800.02187.592.6867.84
Hex61E6F93D802bc5d44
Octal141346371751002274135104
Binary1100001111001101111100111110110000101011110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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