#47D0FF

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

Shades of Turquoise Blue #47D0FF

Tints of Turquoise Blue #47D0FF

Color information

#47D0FF (or 0x47D0FF) is unknown color: approx Turquoise Blue. HEX triplet: 47, D0 and FF. RGB value is (71,208,255). Sum of RGB (Red+Green+Blue) = 71+208+255=534 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.30% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #47D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D0FF is #B82F00. Grayscale: #ACACAC. Windows color (decimal): -12070657 or 16764999. OLE color: 16764999.

HSL color Cylindrical-coordinate representation of color #47D0FF: hue angle of 195.33º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47D0FF is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB71208255-
CMYK0.720.1800
HSL195.33º100%63.92%-
HSV(B)195.33º72.16%100%-
XYZ43.253.67102.69-
YUV172.4174.6155.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.30%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 255 (100% from 255) = 47.75%
R=13.30%
G=38.95%
B=47.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712082550.720.1800195.3310063.92
Hex47D0FF481200c36440
Octal1073203771102200303144100
Binary10001111101000011111111100100010010001100001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,208,255); }

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

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

 a { background-color: rgb(71,208,255); }

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

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

 span { border-color: rgb(71,208,255); }

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