#61D8FE

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

Shades of Turquoise Blue #61D8FE

Tints of Turquoise Blue #61D8FE

Color information

#61D8FE (or 0x61D8FE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D8 and FE. RGB value is (97,216,254). Sum of RGB (Red+Green+Blue) = 97+216+254=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #61D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D8FE is #9E2701. Grayscale: #B8B8B8. Windows color (decimal): -10364674 or 16701537. OLE color: 16701537.

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

Color convert

RGB97216254-
CMYK0.620.1500.00
HSL194.52º98.74%68.82%-
HSV(B)194.52º61.81%99.61%-
XYZ47.3858.81102.62-
YUV184.75167.0865.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.11%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=17.11%
G=38.10%
B=44.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal972162540.620.1500.00194.5298.7468.82
Hex61D8FE3EF00c36345
Octal141330376761700303143105
Binary110000111011000111111101111101111001100001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,216,254); }

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

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

 a { background-color: rgb(97,216,254); }

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

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

 span { border-color: rgb(97,216,254); }

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