Html Css Color HEX #47DAFF Turquoise Blue

📋 copy color: '#47DAFF'

red 71 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #47DAFF

Tints of Turquoise Blue #47DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

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

R = 13.05%
G = 40.07%
B = 46.88%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47DAFF (or 0x47DAFF) is known color: Turquoise Blue. HEX triplet: 47, DA and FF. RGB value is (71,218,255). Sum of RGB (Red+Green+Blue) = 71+218+255=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #47DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DAFF is #B82500. Grayscale: #B1B1B1. Windows color (decimal): -12068097 or 16767559. OLE color: 16767559.

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

Color convert

RGB 71 218 255 -
CMYK 0.72 0.15 0 0
HSL 192.07º 1% 0.64% -
HSV(B) 192.07º 0.72% 1% -
XYZ 45.72 58.7 103.53 -
YUV 178.27 171.3 51.49 -
System Red Green Blue C M Y K H S L
Decimal 71 218 255 0.72 0.15 0 0 192.07 1 0.64
Hex 47 DA FF 48 F 0 0 C0 64 40
Octal 107 332 377 110 17 0 0 300 144 100
Binary 1000111 11011010 11111111 1001000 1111 0 0 11000000 1100100 1000000

Color Harmonies of #47DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAFF

Black with #47DAFF

Text Example


Text Example

White with #47DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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