#61CAE7

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

Shades of Turquoise Blue #61CAE7

Tints of Turquoise Blue #61CAE7

Color information

#61CAE7 (or 0x61CAE7) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and E7. RGB value is (97,202,231). Sum of RGB (Red+Green+Blue) = 97+202+231=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #61CAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CAE7 is #9E3518. Grayscale: #ADADAD. Windows color (decimal): -10368281 or 15190625. OLE color: 15190625.

HSL color Cylindrical-coordinate representation of color #61CAE7: hue angle of 192.99º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61CAE7 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97202231-
CMYK0.580.1300.09
HSL192.99º73.63%64.31%-
HSV(B)192.99º58.01%90.59%-
XYZ40.4750.5583.23-
YUV173.91160.2173.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.30%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=18.30%
G=38.11%
B=43.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972022310.580.1300.09192.9973.6364.31
Hex61CAE73AD09c14a40
Octal1413123477215011301112100
Binary110000111001010111001111110101101010011100000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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