#61D3FA

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

Shades of Turquoise Blue #61D3FA

Tints of Turquoise Blue #61D3FA

Color information

#61D3FA (or 0x61D3FA) is unknown color: approx Turquoise Blue. HEX triplet: 61, D3 and FA. RGB value is (97,211,250). Sum of RGB (Red+Green+Blue) = 97+211+250=558 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.38% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #61D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D3FA is #9E2C05. Grayscale: #B5B5B5. Windows color (decimal): -10365958 or 16438113. OLE color: 16438113.

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

Color convert

RGB97211250-
CMYK0.610.1600.02
HSL195.29º93.87%68.04%-
HSV(B)195.29º61.2%98.04%-
XYZ45.4856.0398.86-
YUV181.36166.7367.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.38%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=17.38%
G=37.81%
B=44.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972112500.610.1600.02195.2993.8768.04
Hex61D3FA3D1002c35e44
Octal141323372752002303136104
Binary11000011101001111111010111101100000101100001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,211,250); }

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

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

 a { background-color: rgb(97,211,250); }

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

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

 span { border-color: rgb(97,211,250); }

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