Html Css Color HEX #47DBFF Turquoise Blue

📋 copy color: '#47DBFF'

red 71 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #47DBFF

Tints of Turquoise Blue #47DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

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

R = 13.03%
G = 40.18%
B = 46.79%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47DBFF (or 0x47DBFF) is known color: Turquoise Blue. HEX triplet: 47, DB and FF. RGB value is (71,219,255). Sum of RGB (Red+Green+Blue) = 71+219+255=545 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.03% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBFF is #B82400. Grayscale: #B2B2B2. Windows color (decimal): -12067841 or 16767815. OLE color: 16767815.

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

Color convert

RGB 71 219 255 -
CMYK 0.72 0.14 0 0
HSL 191.74º 1% 0.64% -
HSV(B) 191.74º 0.72% 1% -
XYZ 45.98 59.22 103.62 -
YUV 178.85 170.97 51.07 -
System Red Green Blue C M Y K H S L
Decimal 71 219 255 0.72 0.14 0 0 191.74 1 0.64
Hex 47 DB FF 48 E 0 0 C0 64 40
Octal 107 333 377 110 16 0 0 300 144 100
Binary 1000111 11011011 11111111 1001000 1110 0 0 11000000 1100100 1000000

Color Harmonies of #47DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBFF

Black with #47DBFF

Text Example


Text Example

White with #47DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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