#61D1F8

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

Shades of Turquoise Blue #61D1F8

Tints of Turquoise Blue #61D1F8

Color information

#61D1F8 (or 0x61D1F8) is unknown color: approx Turquoise Blue. HEX triplet: 61, D1 and F8. RGB value is (97,209,248). Sum of RGB (Red+Green+Blue) = 97+209+248=554 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.51% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #61D1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D1F8 is #9E2E07. Grayscale: #B3B3B3. Windows color (decimal): -10366472 or 16306529. OLE color: 16306529.

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

Color convert

RGB97209248-
CMYK0.610.1600.03
HSL195.5º91.52%67.65%-
HSV(B)195.5º60.89%97.25%-
XYZ44.6754.9297.05-
YUV179.96166.3968.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.51%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=17.51%
G=37.73%
B=44.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972092480.610.1600.03195.591.5267.65
Hex61D1F83D1003c35c44
Octal141321370752003303134104
Binary11000011101000111111000111101100000111100001110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,209,248); }

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

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

 a { background-color: rgb(97,209,248); }

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

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

 span { border-color: rgb(97,209,248); }

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