#61CADE

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

Shades of Turquoise Blue #61CADE

Tints of Turquoise Blue #61CADE

Color information

#61CADE (or 0x61CADE) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and DE. RGB value is (97,202,222). Sum of RGB (Red+Green+Blue) = 97+202+222=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #61CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CADE is #9E3521. Grayscale: #ACACAC. Windows color (decimal): -10368290 or 14600801. OLE color: 14600801.

HSL color Cylindrical-coordinate representation of color #61CADE: hue angle of 189.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CADE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97202222-
CMYK0.560.0900.13
HSL189.6º65.45%62.55%-
HSV(B)189.6º56.31%87.06%-
XYZ39.2450.0676.7-
YUV172.88155.7173.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.62%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=18.62%
G=38.77%
B=42.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972022220.560.0900.13189.665.4562.55
Hex61CADE3890Dbe413f
Octal141312336701101527610177
Binary11000011100101011011110111000100101101101111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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