Html Css Color HEX #47E6F9 Turquoise Blue

📋 copy color: '#47E6F9'

red 71 ◦ green 230 ◦ blue 249

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

Shades of Turquoise Blue #47E6F9

Tints of Turquoise Blue #47E6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.82%

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 12.91%
G = 41.82%
B = 45.27%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#47E6F9 (or 0x47E6F9) is known color: Turquoise Blue. HEX triplet: 47, E6 and F9. RGB value is (71,230,249). Sum of RGB (Red+Green+Blue) = 71+230+249=550 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.91% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #47E6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E6F9 is #B81906. Grayscale: #B8B8B8. Windows color (decimal): -12065031 or 16377415. OLE color: 16377415.

HSL color Cylindrical-coordinate representation of color #47E6F9: hue angle of 186.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E6F9 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 230 249 -
CMYK 0.71 0.08 0 0.02
HSL 186.4º 0.94% 0.63% -
HSV(B) 186.4º 0.71% 0.98% -
XYZ 47.99 64.77 99.6 -
YUV 184.63 164.32 46.96 -
System Red Green Blue C M Y K H S L
Decimal 71 230 249 0.71 0.08 0 0.02 186.4 0.94 0.63
Hex 47 E6 F9 47 8 0 2 BA 5E 3F
Octal 107 346 371 107 10 0 2 272 136 77
Binary 1000111 11100110 11111001 1000111 1000 0 10 10111010 1011110 111111

Color Harmonies of #47E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E6F9

Black with #47E6F9

Text Example


Text Example

White with #47E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,230,249); }

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

background-color css

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

 a { background-color: rgb(71,230,249); }

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

border-color css

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

 span { border-color: rgb(71,230,249); }

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