#61D5F8

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

Shades of Turquoise Blue #61D5F8

Tints of Turquoise Blue #61D5F8

Color information

#61D5F8 (or 0x61D5F8) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and F8. RGB value is (97,213,248). Sum of RGB (Red+Green+Blue) = 97+213+248=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #61D5F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5F8 is #9E2A07. Grayscale: #B6B6B6. Windows color (decimal): -10365448 or 16307553. OLE color: 16307553.

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

Color convert

RGB97213248-
CMYK0.610.1400.03
HSL193.91º91.52%67.65%-
HSV(B)193.91º60.89%97.25%-
XYZ45.6756.9197.38-
YUV182.31165.0767.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.38%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=17.38%
G=38.17%
B=44.44%

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
Decimal972132480.610.1400.03193.9191.5267.65
Hex61D5F83DE03c25c44
Octal141325370751603302134104
Binary1100001110101011111100011110111100111100001010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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