#61D7FD

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

Shades of Turquoise Blue #61D7FD

Tints of Turquoise Blue #61D7FD

Color information

#61D7FD (or 0x61D7FD) is unknown color: approx Turquoise Blue. HEX triplet: 61, D7 and FD. RGB value is (97,215,253). Sum of RGB (Red+Green+Blue) = 97+215+253=565 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.17% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #61D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D7FD is #9E2802. Grayscale: #B7B7B7. Windows color (decimal): -10364931 or 16635745. OLE color: 16635745.

HSL color Cylindrical-coordinate representation of color #61D7FD: hue angle of 194.62º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61D7FD is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97215253-
CMYK0.620.1500.01
HSL194.62º97.5%68.63%-
HSV(B)194.62º61.66%99.22%-
XYZ46.9658.23101.69-
YUV184.05166.9165.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.17%
GREEN value IS 215 (84.38% from 255) = 38.05%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=17.17%
G=38.05%
B=44.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972152530.620.1500.01194.6297.568.63
Hex61D7FD3EF01c36245
Octal141327375761701303142105
Binary110000111010111111111011111101111011100001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,215,253); }

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

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

 a { background-color: rgb(97,215,253); }

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

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

 span { border-color: rgb(97,215,253); }

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