#61DAEC

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

Shades of Turquoise Blue #61DAEC

Tints of Turquoise Blue #61DAEC

Color information

#61DAEC (or 0x61DAEC) is unknown color: approx Turquoise Blue. HEX triplet: 61, DA and EC. RGB value is (97,218,236). Sum of RGB (Red+Green+Blue) = 97+218+236=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #61DAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DAEC is #9E2513. Grayscale: #B7B7B7. Windows color (decimal): -10364180 or 15522401. OLE color: 15522401.

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

Color convert

RGB97218236-
CMYK0.590.0800.07
HSL187.77º78.53%65.29%-
HSV(B)187.77º58.9%92.55%-
XYZ45.1458.7488.32-
YUV183.87157.4166.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.60%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=17.60%
G=39.56%
B=42.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972182360.590.0800.07187.7778.5365.29
Hex61DAEC3B807bc4f41
Octal141332354731007274117101
Binary11000011101101011101100111011100001111011110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,218,236); }

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

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

 a { background-color: rgb(97,218,236); }

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

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

 span { border-color: rgb(97,218,236); }

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