Html Css Color HEX #47D3FF Turquoise Blue

📋 copy color: '#47D3FF'

red 71 ◦ green 211 ◦ blue 255

#47D3FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #47D3FF

Tints of Turquoise Blue #47D3FF

RGB

 RED value IS 71 (28.13% from 255) = 13.22%

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 255 (100% from 255) = 47.49%

R = 13.22%
G = 39.29%
B = 47.49%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47D3FF (or 0x47D3FF) is known color: Turquoise Blue. HEX triplet: 47, D3 and FF. RGB value is (71,211,255). Sum of RGB (Red+Green+Blue) = 71+211+255=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #47D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D3FF is #B82C00. Grayscale: #ADADAD. Windows color (decimal): -12069889 or 16765767. OLE color: 16765767.

HSL color Cylindrical-coordinate representation of color #47D3FF: hue angle of 194.35º 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 #47D3FF is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 211 255 -
CMYK 0.72 0.17 0 0
HSL 194.35º 1% 0.64% -
HSV(B) 194.35º 0.72% 1% -
XYZ 43.94 55.15 102.94 -
YUV 174.16 173.62 54.42 -
System Red Green Blue C M Y K H S L
Decimal 71 211 255 0.72 0.17 0 0 194.35 1 0.64
Hex 47 D3 FF 48 11 0 0 C2 64 40
Octal 107 323 377 110 21 0 0 302 144 100
Binary 1000111 11010011 11111111 1001000 10001 0 0 11000010 1100100 1000000

Color Harmonies of #47D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D3FF

Black with #47D3FF

Text Example


Text Example

White with #47D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47D3FF;
 }
 .AnyTagClassName
 {
   color: #47D3FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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