#61DEE6

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

Shades of Turquoise Blue #61DEE6

Tints of Turquoise Blue #61DEE6

Color information

#61DEE6 (or 0x61DEE6) is unknown color: approx Turquoise Blue. HEX triplet: 61, DE and E6. RGB value is (97,222,230). Sum of RGB (Red+Green+Blue) = 97+222+230=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #61DEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DEE6 is #9E2119. Grayscale: #B9B9B9. Windows color (decimal): -10363162 or 15130209. OLE color: 15130209.

HSL color Cylindrical-coordinate representation of color #61DEE6: hue angle of 183.61º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61DEE6 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97222230-
CMYK0.580.0300.10
HSL183.61º72.68%64.12%-
HSV(B)183.61º57.83%90.2%-
XYZ45.3360.584.15-
YUV185.54153.0964.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.67%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=17.67%
G=40.44%
B=41.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972222300.580.0300.10183.6172.6864.12
Hex61DEE63A30Ab84940
Octal141336346723012270111100
Binary1100001110111101110011011101011010101011100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,230); }

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

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

 a { background-color: rgb(97,222,230); }

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

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

 span { border-color: rgb(97,222,230); }

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