#61CADB

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

Shades of Turquoise Blue #61CADB

Tints of Turquoise Blue #61CADB

Color information

#61CADB (or 0x61CADB) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and DB. RGB value is (97,202,219). Sum of RGB (Red+Green+Blue) = 97+202+219=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #61CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CADB is #9E3524. Grayscale: #ACACAC. Windows color (decimal): -10368293 or 14404193. OLE color: 14404193.

HSL color Cylindrical-coordinate representation of color #61CADB: hue angle of 188.36º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CADB is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97202219-
CMYK0.560.0800.14
HSL188.36º62.89%61.96%-
HSV(B)188.36º55.71%85.88%-
XYZ38.8449.974.6-
YUV172.54154.2174.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.73%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=18.73%
G=39.00%
B=42.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972022190.560.0800.14188.3662.8961.96
Hex61CADB3880Ebc3f3e
Octal14131233370100162747776
Binary1100001110010101101101111100010000111010111100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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