Html Css Color HEX #47FBE0 Turquoise

📋 copy color: '#47FBE0'

red 71 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #47FBE0

Tints of Turquoise #47FBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 13%
G = 45.97%
B = 41.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#47FBE0 (or 0x47FBE0) is known color: Turquoise. HEX triplet: 47, FB and E0. RGB value is (71,251,224). Sum of RGB (Red+Green+Blue) = 71+251+224=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBE0 is #B8041F. Grayscale: #C2C2C2. Windows color (decimal): -12059680 or 14744391. OLE color: 14744391.

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

Color convert

RGB 71 251 224 -
CMYK 0.72 0 0.11 0.02
HSL 171º 0.96% 0.63% -
HSV(B) 171º 0.72% 0.98% -
XYZ 50.55 75.72 82.47 -
YUV 194.1 144.87 40.2 -
System Red Green Blue C M Y K H S L
Decimal 71 251 224 0.72 0 0.11 0.02 171 0.96 0.63
Hex 47 FB E0 48 0 B 2 AB 60 3F
Octal 107 373 340 110 0 13 2 253 140 77
Binary 1000111 11111011 11100000 1001000 0 1011 10 10101011 1100000 111111

Color Harmonies of #47FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBE0

Black with #47FBE0

Text Example


Text Example

White with #47FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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