Html Css Color HEX #47E2FF Turquoise Blue

📋 copy color: '#47E2FF'

red 71 ◦ green 226 ◦ blue 255

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

Shades of Turquoise Blue #47E2FF

Tints of Turquoise Blue #47E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.94%

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

R = 12.86%
G = 40.94%
B = 46.2%

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

#47E2FF (or 0x47E2FF) is known color: Turquoise Blue. HEX triplet: 47, E2 and FF. RGB value is (71,226,255). Sum of RGB (Red+Green+Blue) = 71+226+255=552 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.86% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #47E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E2FF is #B81D00. Grayscale: #B6B6B6. Windows color (decimal): -12066049 or 16769607. OLE color: 16769607.

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

Color convert

RGB 71 226 255 -
CMYK 0.72 0.11 0 0
HSL 189.46º 1% 0.64% -
HSV(B) 189.46º 0.72% 1% -
XYZ 47.84 62.95 104.24 -
YUV 182.96 168.65 48.14 -
System Red Green Blue C M Y K H S L
Decimal 71 226 255 0.72 0.11 0 0 189.46 1 0.64
Hex 47 E2 FF 48 B 0 0 BD 64 40
Octal 107 342 377 110 13 0 0 275 144 100
Binary 1000111 11100010 11111111 1001000 1011 0 0 10111101 1100100 1000000

Color Harmonies of #47E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E2FF

Black with #47E2FF

Text Example


Text Example

White with #47E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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