Html Css Color HEX #47E9EA Turquoise

📋 copy color: '#47E9EA'

red 71 ◦ green 233 ◦ blue 234

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

Shades of Turquoise #47E9EA

Tints of Turquoise #47E9EA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.31%

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

R = 13.2%
G = 43.31%
B = 43.49%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47E9EA (or 0x47E9EA) is known color: Turquoise. HEX triplet: 47, E9 and EA. RGB value is (71,233,234). Sum of RGB (Red+Green+Blue) = 71+233+234=538 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.20% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #47E9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47E9EA is #B81615. Grayscale: #B8B8B8. Windows color (decimal): -12064278 or 15395143. OLE color: 15395143.

HSL color Cylindrical-coordinate representation of color #47E9EA: hue angle of 180.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E9EA is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 233 234 -
CMYK 0.70 0.00 0 0.08
HSL 180.37º 0.8% 0.6% -
HSV(B) 180.37º 0.7% 0.92% -
XYZ 46.59 65.56 88.04 -
YUV 184.68 155.83 46.92 -
System Red Green Blue C M Y K H S L
Decimal 71 233 234 0.70 0.00 0 0.08 180.37 0.8 0.6
Hex 47 E9 EA 46 0 0 8 B4 50 3C
Octal 107 351 352 106 0 0 10 264 120 74
Binary 1000111 11101001 11101010 1000110 0 0 1000 10110100 1010000 111100

Color Harmonies of #47E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E9EA

Black with #47E9EA

Text Example


Text Example

White with #47E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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