#47D6FA

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

Shades of Turquoise Blue #47D6FA

Tints of Turquoise Blue #47D6FA

Color information

#47D6FA (or 0x47D6FA) is unknown color: approx Turquoise Blue. HEX triplet: 47, D6 and FA. RGB value is (71,214,250). Sum of RGB (Red+Green+Blue) = 71+214+250=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #47D6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D6FA is #B82905. Grayscale: #AFAFAF. Windows color (decimal): -12069126 or 16438855. OLE color: 16438855.

HSL color Cylindrical-coordinate representation of color #47D6FA: hue angle of 192.07º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47D6FA is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71214250-
CMYK0.720.1400.02
HSL192.07º94.71%62.94%-
HSV(B)192.07º71.6%98.04%-
XYZ43.956.3399-
YUV175.35170.1253.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.27%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=13.27%
G=40%
B=46.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712142500.720.1400.02192.0794.7162.94
Hex47D6FA48E02c05f3f
Octal107326372110160230013777
Binary1000111110101101111101010010001110010110000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47D6FA; }

 p { color: rgb(71,214,250); }

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

<style>
 a { background-color: #47D6FA; }

 a { background-color: rgb(71,214,250); }

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

<style>
 span { border-color: #47D6FA; }

 span { border-color: rgb(71,214,250); }

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