Html Css Color HEX #47FBE3 Turquoise

📋 copy color: '#47FBE3'

red 71 ◦ green 251 ◦ blue 227

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

Shades of Turquoise #47FBE3

Tints of Turquoise #47FBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.35%

R = 12.93%
G = 45.72%
B = 41.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#47FBE3 (or 0x47FBE3) is known color: Turquoise. HEX triplet: 47, FB and E3. RGB value is (71,251,227). Sum of RGB (Red+Green+Blue) = 71+251+227=549 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.93% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBE3 is #B8041C. Grayscale: #C2C2C2. Windows color (decimal): -12059677 or 14940999. OLE color: 14940999.

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

Color convert

RGB 71 251 227 -
CMYK 0.72 0 0.10 0.02
HSL 172º 0.96% 0.63% -
HSV(B) 172º 0.72% 0.98% -
XYZ 50.96 75.88 84.63 -
YUV 194.44 146.37 39.95 -
System Red Green Blue C M Y K H S L
Decimal 71 251 227 0.72 0 0.10 0.02 172 0.96 0.63
Hex 47 FB E3 48 0 A 2 AC 60 3F
Octal 107 373 343 110 0 12 2 254 140 77
Binary 1000111 11111011 11100011 1001000 0 1010 10 10101100 1100000 111111

Color Harmonies of #47FBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBE3

Black with #47FBE3

Text Example


Text Example

White with #47FBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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