Html Css Color HEX #47E0FE Turquoise Blue

📋 copy color: '#47E0FE'

red 71 ◦ green 224 ◦ blue 254

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

Shades of Turquoise Blue #47E0FE

Tints of Turquoise Blue #47E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 12.93%
G = 40.8%
B = 46.27%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#47E0FE (or 0x47E0FE) is known color: Turquoise Blue. HEX triplet: 47, E0 and FE. RGB value is (71,224,254). Sum of RGB (Red+Green+Blue) = 71+224+254=549 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.93% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #47E0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E0FE is #B81F01. Grayscale: #B5B5B5. Windows color (decimal): -12066562 or 16703559. OLE color: 16703559.

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

Color convert

RGB 71 224 254 -
CMYK 0.72 0.12 0 0.00
HSL 189.84º 0.99% 0.64% -
HSV(B) 189.84º 0.72% 1% -
XYZ 47.14 61.81 103.21 -
YUV 181.67 168.81 49.06 -
System Red Green Blue C M Y K H S L
Decimal 71 224 254 0.72 0.12 0 0.00 189.84 0.99 0.64
Hex 47 E0 FE 48 C 0 0 BE 63 40
Octal 107 340 376 110 14 0 0 276 143 100
Binary 1000111 11100000 11111110 1001000 1100 0 0 10111110 1100011 1000000

Color Harmonies of #47E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E0FE

Black with #47E0FE

Text Example


Text Example

White with #47E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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