Html Css Color HEX #47FBBE Turquoise

📋 copy color: '#47FBBE'

red 71 ◦ green 251 ◦ blue 190

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

Shades of Turquoise #47FBBE

Tints of Turquoise #47FBBE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 13.87%
G = 49.02%
B = 37.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#47FBBE (or 0x47FBBE) is known color: Turquoise. HEX triplet: 47, FB and BE. RGB value is (71,251,190). Sum of RGB (Red+Green+Blue) = 71+251+190=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBBE is #B80441. Grayscale: #BEBEBE. Windows color (decimal): -12059714 or 12516167. OLE color: 12516167.

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

Color convert

RGB 71 251 190 -
CMYK 0.72 0 0.24 0.02
HSL 159.67º 0.96% 0.63% -
HSV(B) 159.67º 0.72% 0.98% -
XYZ 46.39 74.05 60.56 -
YUV 190.23 127.87 42.96 -
System Red Green Blue C M Y K H S L
Decimal 71 251 190 0.72 0 0.24 0.02 159.67 0.96 0.63
Hex 47 FB BE 48 0 18 2 A0 60 3F
Octal 107 373 276 110 0 30 2 240 140 77
Binary 1000111 11111011 10111110 1001000 0 11000 10 10100000 1100000 111111

Color Harmonies of #47FBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBBE

Black with #47FBBE

Text Example


Text Example

White with #47FBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,251,190); }

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

background-color css

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

 a { background-color: rgb(71,251,190); }

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

border-color css

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

 span { border-color: rgb(71,251,190); }

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