#61D4FA

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

Shades of Turquoise Blue #61D4FA

Tints of Turquoise Blue #61D4FA

Color information

#61D4FA (or 0x61D4FA) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and FA. RGB value is (97,212,250). Sum of RGB (Red+Green+Blue) = 97+212+250=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #61D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4FA is #9E2B05. Grayscale: #B5B5B5. Windows color (decimal): -10365702 or 16438369. OLE color: 16438369.

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

Color convert

RGB97212250-
CMYK0.610.1500.02
HSL194.9º93.87%68.04%-
HSV(B)194.9º61.2%98.04%-
XYZ45.7356.5398.94-
YUV181.95166.467.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.35%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=17.35%
G=37.92%
B=44.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972122500.610.1500.02194.993.8768.04
Hex61D4FA3DF02c35e44
Octal141324372751702303136104
Binary1100001110101001111101011110111110101100001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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