#61CAE6

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

Shades of Turquoise Blue #61CAE6

Tints of Turquoise Blue #61CAE6

Color information

#61CAE6 (or 0x61CAE6) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and E6. RGB value is (97,202,230). Sum of RGB (Red+Green+Blue) = 97+202+230=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #61CAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAE6 is #9E3519. Grayscale: #ADADAD. Windows color (decimal): -10368282 or 15125089. OLE color: 15125089.

HSL color Cylindrical-coordinate representation of color #61CAE6: hue angle of 192.63º 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 #61CAE6 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97202230-
CMYK0.580.1200.10
HSL192.63º72.68%64.12%-
HSV(B)192.63º57.83%90.2%-
XYZ40.3350.582.48-
YUV173.8159.7173.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.34%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=18.34%
G=38.19%
B=43.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972022300.580.1200.10192.6372.6864.12
Hex61CAE63AC0Ac14940
Octal1413123467214012301111100
Binary110000111001010111001101110101100010101100000110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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