#61CADA

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

Shades of Turquoise Blue #61CADA

Tints of Turquoise Blue #61CADA

Color information

#61CADA (or 0x61CADA) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and DA. RGB value is (97,202,218). Sum of RGB (Red+Green+Blue) = 97+202+218=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #61CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CADA is #9E3525. Grayscale: #ACACAC. Windows color (decimal): -10368294 or 14338657. OLE color: 14338657.

HSL color Cylindrical-coordinate representation of color #61CADA: hue angle of 187.93º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CADA is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97202218-
CMYK0.560.0700.15
HSL187.93º62.05%61.76%-
HSV(B)187.93º55.5%85.49%-
XYZ38.7149.8473.91-
YUV172.43153.7174.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.76%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=18.76%
G=39.07%
B=42.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972022180.560.0700.15187.9362.0561.76
Hex61CADA3870Fbc3e3e
Octal1413123327070172747676
Binary110000111001010110110101110001110111110111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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