#61DCEA

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

Shades of Turquoise Blue #61DCEA

Tints of Turquoise Blue #61DCEA

Color information

#61DCEA (or 0x61DCEA) is unknown color: approx Turquoise Blue. HEX triplet: 61, DC and EA. RGB value is (97,220,234). Sum of RGB (Red+Green+Blue) = 97+220+234=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #61DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCEA is #9E2315. Grayscale: #B8B8B8. Windows color (decimal): -10363670 or 15391841. OLE color: 15391841.

HSL color Cylindrical-coordinate representation of color #61DCEA: hue angle of 186.13º 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 #61DCEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97220234-
CMYK0.590.0600.08
HSL186.13º76.54%64.9%-
HSV(B)186.13º58.55%91.76%-
XYZ45.3759.6786.97-
YUV184.82155.7565.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.60%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=17.60%
G=39.93%
B=42.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972202340.590.0600.08186.1376.5464.9
Hex61DCEA3B608ba4d41
Octal141334352736010272115101
Binary11000011101110011101010111011110010001011101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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