Html Css Color HEX #47DAFE Turquoise Blue

📋 copy color: '#47DAFE'

red 71 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #47DAFE

Tints of Turquoise Blue #47DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 13.08%
G = 40.15%
B = 46.78%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47DAFE (or 0x47DAFE) is known color: Turquoise Blue. HEX triplet: 47, DA and FE. RGB value is (71,218,254). Sum of RGB (Red+Green+Blue) = 71+218+254=543 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.08% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #47DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DAFE is #B82501. Grayscale: #B1B1B1. Windows color (decimal): -12068098 or 16702023. OLE color: 16702023.

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

Color convert

RGB 71 218 254 -
CMYK 0.72 0.14 0 0.00
HSL 191.8º 0.99% 0.64% -
HSV(B) 191.8º 0.72% 1% -
XYZ 45.56 58.64 102.68 -
YUV 178.15 170.8 51.57 -
System Red Green Blue C M Y K H S L
Decimal 71 218 254 0.72 0.14 0 0.00 191.8 0.99 0.64
Hex 47 DA FE 48 E 0 0 C0 63 40
Octal 107 332 376 110 16 0 0 300 143 100
Binary 1000111 11011010 11111110 1001000 1110 0 0 11000000 1100011 1000000

Color Harmonies of #47DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAFE

Black with #47DAFE

Text Example


Text Example

White with #47DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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