#61EEE1

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

Shades of Turquoise Blue #61EEE1

Tints of Turquoise Blue #61EEE1

Color information

#61EEE1 (or 0x61EEE1) is unknown color: approx Turquoise Blue. HEX triplet: 61, EE and E1. RGB value is (97,238,225). Sum of RGB (Red+Green+Blue) = 97+238+225=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEE1 is #9E111E. Grayscale: #C2C2C2. Windows color (decimal): -10359071 or 14806625. OLE color: 14806625.

HSL color Cylindrical-coordinate representation of color #61EEE1: hue angle of 174.47º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEE1 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB97238225-
CMYK0.5900.050.07
HSL174.47º80.57%65.69%-
HSV(B)174.47º59.24%93.33%-
XYZ49.0969.1381.99-
YUV194.36145.2958.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.32%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=17.32%
G=42.5%
B=40.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972382250.5900.050.07174.4780.5765.69
Hex61EEE13B057ae5142
Octal14135634173057256121102
Binary1100001111011101110000111101101011111010111010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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