#61EAE3

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

Shades of Turquoise Blue #61EAE3

Tints of Turquoise Blue #61EAE3

Color information

#61EAE3 (or 0x61EAE3) is unknown color: approx Turquoise Blue. HEX triplet: 61, EA and E3. RGB value is (97,234,227). Sum of RGB (Red+Green+Blue) = 97+234+227=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAE3 is #9E151C. Grayscale: #C0C0C0. Windows color (decimal): -10360093 or 14936673. OLE color: 14936673.

HSL color Cylindrical-coordinate representation of color #61EAE3: hue angle of 176.93º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAE3 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB97234227-
CMYK0.5900.030.08
HSL176.93º76.54%64.9%-
HSV(B)176.93º58.55%91.76%-
XYZ48.2266.9383.05-
YUV192.24147.6160.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.38%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 227 (89.06% from 255) = 40.68%
R=17.38%
G=41.94%
B=40.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972342270.5900.030.08176.9376.5464.9
Hex61EAE33B038b14d41
Octal141352343730310261115101
Binary1100001111010101110001111101101110001011000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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