#61D5F7

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

Shades of Turquoise Blue #61D5F7

Tints of Turquoise Blue #61D5F7

Color information

#61D5F7 (or 0x61D5F7) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and F7. RGB value is (97,213,247). Sum of RGB (Red+Green+Blue) = 97+213+247=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #61D5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5F7 is #9E2A08. Grayscale: #B5B5B5. Windows color (decimal): -10365449 or 16242017. OLE color: 16242017.

HSL color Cylindrical-coordinate representation of color #61D5F7: hue angle of 193.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61D5F7 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97213247-
CMYK0.610.1400.03
HSL193.6º90.36%67.45%-
HSV(B)193.6º60.73%96.86%-
XYZ45.5156.8596.57-
YUV182.19164.5767.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.41%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=17.41%
G=38.24%
B=44.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972132470.610.1400.03193.690.3667.45
Hex61D5F73DE03c25a43
Octal141325367751603302132103
Binary1100001110101011111011111110111100111100001010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,247); }

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

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

 a { background-color: rgb(97,213,247); }

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

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

 span { border-color: rgb(97,213,247); }

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