#61E1FC

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

Shades of Turquoise Blue #61E1FC

Tints of Turquoise Blue #61E1FC

Color information

#61E1FC (or 0x61E1FC) is unknown color: approx Turquoise Blue. HEX triplet: 61, E1 and FC. RGB value is (97,225,252). Sum of RGB (Red+Green+Blue) = 97+225+252=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #61E1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E1FC is #9E1E03. Grayscale: #BDBDBD. Windows color (decimal): -10362372 or 16572769. OLE color: 16572769.

HSL color Cylindrical-coordinate representation of color #61E1FC: hue angle of 190.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61E1FC is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97225252-
CMYK0.620.1100.01
HSL190.45º96.27%68.43%-
HSV(B)190.45º61.51%98.82%-
XYZ49.4363.42101.73-
YUV189.81163.0961.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.90%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=16.90%
G=39.20%
B=43.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972252520.620.1100.01190.4596.2768.43
Hex61E1FC3EB01be6044
Octal141341374761301276140104
Binary110000111100001111111001111101011011011111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,225,252); }

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

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

 a { background-color: rgb(97,225,252); }

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

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

 span { border-color: rgb(97,225,252); }

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