#61F1E3

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

Shades of Turquoise Blue #61F1E3

Tints of Turquoise Blue #61F1E3

Color information

#61F1E3 (or 0x61F1E3) is unknown color: approx Turquoise Blue. HEX triplet: 61, F1 and E3. RGB value is (97,241,227). Sum of RGB (Red+Green+Blue) = 97+241+227=565 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.17% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1E3 is #9E0E1C. Grayscale: #C4C4C4. Windows color (decimal): -10358301 or 14938465. OLE color: 14938465.

HSL color Cylindrical-coordinate representation of color #61F1E3: hue angle of 174.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1E3 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB97241227-
CMYK0.6000.060.05
HSL174.17º83.72%66.27%-
HSV(B)174.17º59.75%94.51%-
XYZ50.257183.73-
YUV196.35145.2957.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.17%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=17.17%
G=42.65%
B=40.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972412270.6000.060.05174.1783.7266.27
Hex61F1E33C065ae5442
Octal14136134374065256124102
Binary1100001111100011110001111110001101011010111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,241,227); }

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

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

 a { background-color: rgb(97,241,227); }

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

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

 span { border-color: rgb(97,241,227); }

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