Html Css Color HEX #47E4FF Turquoise Blue

📋 copy color: '#47E4FF'

red 71 ◦ green 228 ◦ blue 255

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

Shades of Turquoise Blue #47E4FF

Tints of Turquoise Blue #47E4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.16%

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

R = 12.82%
G = 41.16%
B = 46.03%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#47E4FF (or 0x47E4FF) is known color: Turquoise Blue. HEX triplet: 47, E4 and FF. RGB value is (71,228,255). Sum of RGB (Red+Green+Blue) = 71+228+255=554 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.82% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #47E4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E4FF is #B81B00. Grayscale: #B7B7B7. Windows color (decimal): -12065537 or 16770119. OLE color: 16770119.

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

Color convert

RGB 71 228 255 -
CMYK 0.72 0.11 0 0
HSL 188.8º 1% 0.64% -
HSV(B) 188.8º 0.72% 1% -
XYZ 48.39 64.05 104.42 -
YUV 184.14 167.99 47.3 -
System Red Green Blue C M Y K H S L
Decimal 71 228 255 0.72 0.11 0 0 188.8 1 0.64
Hex 47 E4 FF 48 B 0 0 BD 64 40
Octal 107 344 377 110 13 0 0 275 144 100
Binary 1000111 11100100 11111111 1001000 1011 0 0 10111101 1100100 1000000

Color Harmonies of #47E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4FF

Black with #47E4FF

Text Example


Text Example

White with #47E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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