Html Css Color HEX #47EBDA Turquoise

📋 copy color: '#47EBDA'

red 71 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #47EBDA

Tints of Turquoise #47EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.85%

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 13.55%
G = 44.85%
B = 41.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#47EBDA (or 0x47EBDA) is known color: Turquoise. HEX triplet: 47, EB and DA. RGB value is (71,235,218). Sum of RGB (Red+Green+Blue) = 71+235+218=524 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.55% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #47EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EBDA is #B81425. Grayscale: #B7B7B7. Windows color (decimal): -12063782 or 14347079. OLE color: 14347079.

HSL color Cylindrical-coordinate representation of color #47EBDA: hue angle of 173.78º 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 #47EBDA is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 235 218 -
CMYK 0.70 0 0.07 0.08
HSL 173.78º 0.8% 0.6% -
HSV(B) 173.78º 0.7% 0.92% -
XYZ 44.96 65.82 76.66 -
YUV 184.03 147.17 47.38 -
System Red Green Blue C M Y K H S L
Decimal 71 235 218 0.70 0 0.07 0.08 173.78 0.8 0.6
Hex 47 EB DA 46 0 7 8 AE 50 3C
Octal 107 353 332 106 0 7 10 256 120 74
Binary 1000111 11101011 11011010 1000110 0 111 1000 10101110 1010000 111100

Color Harmonies of #47EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EBDA

Black with #47EBDA

Text Example


Text Example

White with #47EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,235,218); }

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

background-color css

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

 a { background-color: rgb(71,235,218); }

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

border-color css

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

 span { border-color: rgb(71,235,218); }

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