Html Css Color HEX #47F6BC Turquoise

📋 copy color: '#47F6BC'

red 71 ◦ green 246 ◦ blue 188

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

Shades of Turquoise #47F6BC

Tints of Turquoise #47F6BC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.71%

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 14.06%
G = 48.71%
B = 37.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#47F6BC (or 0x47F6BC) is known color: Turquoise. HEX triplet: 47, F6 and BC. RGB value is (71,246,188). Sum of RGB (Red+Green+Blue) = 71+246+188=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6BC is #B80943. Grayscale: #BBBBBB. Windows color (decimal): -12060996 or 12383815. OLE color: 12383815.

HSL color Cylindrical-coordinate representation of color #47F6BC: hue angle of 160.11º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F6BC is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 246 188 -
CMYK 0.71 0 0.24 0.04
HSL 160.11º 0.91% 0.62% -
HSV(B) 160.11º 0.71% 0.96% -
XYZ 44.63 70.88 58.91 -
YUV 187.06 128.52 45.22 -
System Red Green Blue C M Y K H S L
Decimal 71 246 188 0.71 0 0.24 0.04 160.11 0.91 0.62
Hex 47 F6 BC 47 0 18 4 A0 5B 3E
Octal 107 366 274 107 0 30 4 240 133 76
Binary 1000111 11110110 10111100 1000111 0 11000 100 10100000 1011011 111110

Color Harmonies of #47F6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F6BC

Black with #47F6BC

Text Example


Text Example

White with #47F6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,246,188); }

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

background-color css

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

 a { background-color: rgb(71,246,188); }

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

border-color css

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

 span { border-color: rgb(71,246,188); }

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