#47DBFC

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

Shades of Turquoise Blue #47DBFC

Tints of Turquoise Blue #47DBFC

Color information

#47DBFC (or 0x47DBFC) is unknown color: approx Turquoise Blue. HEX triplet: 47, DB and FC. RGB value is (71,219,252). Sum of RGB (Red+Green+Blue) = 71+219+252=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #47DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBFC is #B82403. Grayscale: #B2B2B2. Windows color (decimal): -12067844 or 16571207. OLE color: 16571207.

HSL color Cylindrical-coordinate representation of color #47DBFC: hue angle of 190.94º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47DBFC is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB71219252-
CMYK0.720.1300.01
HSL190.94º96.79%63.33%-
HSV(B)190.94º71.83%98.82%-
XYZ45.559.03101.09-
YUV178.51169.4751.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.10%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=13.10%
G=40.41%
B=46.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal712192520.720.1300.01190.9496.7963.33
Hex47DBFC48D01bf613f
Octal107333374110150127714177
Binary100011111011011111111001001000110101101111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,219,252); }

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

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

 a { background-color: rgb(71,219,252); }

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

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

 span { border-color: rgb(71,219,252); }

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