#61E5F2

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

Shades of Turquoise Blue #61E5F2

Tints of Turquoise Blue #61E5F2

Color information

#61E5F2 (or 0x61E5F2) is unknown color: approx Turquoise Blue. HEX triplet: 61, E5 and F2. RGB value is (97,229,242). Sum of RGB (Red+Green+Blue) = 97+229+242=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #61E5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E5F2 is #9E1A0D. Grayscale: #BEBEBE. Windows color (decimal): -10361358 or 15918433. OLE color: 15918433.

HSL color Cylindrical-coordinate representation of color #61E5F2: hue angle of 185.38º degrees, saturation: 0.85, 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 #61E5F2 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97229242-
CMYK0.600.0500.05
HSL185.38º84.8%66.47%-
HSV(B)185.38º59.92%94.9%-
XYZ48.9864.9993.97-
YUV191.01156.7760.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.08%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 242 (94.92% from 255) = 42.61%
R=17.08%
G=40.32%
B=42.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972292420.600.0500.05185.3884.866.47
Hex61E5F23C505b95542
Octal14134536274505271125102
Binary1100001111001011111001011110010101011011100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,229,242); }

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

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

 a { background-color: rgb(97,229,242); }

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

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

 span { border-color: rgb(97,229,242); }

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