Html Css Color HEX #47F8EA Turquoise

📋 copy color: '#47F8EA'

red 71 ◦ green 248 ◦ blue 234

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

Shades of Turquoise #47F8EA

Tints of Turquoise #47F8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.85%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 12.84%
G = 44.85%
B = 42.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#47F8EA (or 0x47F8EA) is known color: Turquoise. HEX triplet: 47, F8 and EA. RGB value is (71,248,234). Sum of RGB (Red+Green+Blue) = 71+248+234=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #47F8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F8EA is #B80715. Grayscale: #C1C1C1. Windows color (decimal): -12060438 or 15398983. OLE color: 15398983.

HSL color Cylindrical-coordinate representation of color #47F8EA: hue angle of 175.25º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F8EA is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 248 234 -
CMYK 0.71 0 0.06 0.03
HSL 175.25º 0.93% 0.63% -
HSV(B) 175.25º 0.71% 0.97% -
XYZ 51.02 74.41 89.52 -
YUV 193.48 150.86 40.64 -
System Red Green Blue C M Y K H S L
Decimal 71 248 234 0.71 0 0.06 0.03 175.25 0.93 0.63
Hex 47 F8 EA 47 0 6 3 AF 5D 3F
Octal 107 370 352 107 0 6 3 257 135 77
Binary 1000111 11111000 11101010 1000111 0 110 11 10101111 1011101 111111

Color Harmonies of #47F8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F8EA

Black with #47F8EA

Text Example


Text Example

White with #47F8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,248,234); }

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

background-color css

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

 a { background-color: rgb(71,248,234); }

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

border-color css

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

 span { border-color: rgb(71,248,234); }

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