#61D2F8

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

Shades of Turquoise Blue #61D2F8

Tints of Turquoise Blue #61D2F8

Color information

#61D2F8 (or 0x61D2F8) is unknown color: approx Turquoise Blue. HEX triplet: 61, D2 and F8. RGB value is (97,210,248). Sum of RGB (Red+Green+Blue) = 97+210+248=555 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.48% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #61D2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D2F8 is #9E2D07. Grayscale: #B4B4B4. Windows color (decimal): -10366216 or 16306785. OLE color: 16306785.

HSL color Cylindrical-coordinate representation of color #61D2F8: hue angle of 195.1º 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 #61D2F8 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97210248-
CMYK0.610.1500.03
HSL195.1º91.52%67.65%-
HSV(B)195.1º60.89%97.25%-
XYZ44.9255.4197.13-
YUV180.54166.0668.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.48%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=17.48%
G=37.84%
B=44.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972102480.610.1500.03195.191.5267.65
Hex61D2F83DF03c35c44
Octal141322370751703303134104
Binary1100001110100101111100011110111110111100001110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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