Html Css Color HEX #47E7DE Turquoise

📋 copy color: '#47E7DE'

red 71 ◦ green 231 ◦ blue 222

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

Shades of Turquoise #47E7DE

Tints of Turquoise #47E7DE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 13.55%
G = 44.08%
B = 42.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#47E7DE (or 0x47E7DE) is known color: Turquoise. HEX triplet: 47, E7 and DE. RGB value is (71,231,222). Sum of RGB (Red+Green+Blue) = 71+231+222=524 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.55% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #47E7DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E7DE is #B81821. Grayscale: #B6B6B6. Windows color (decimal): -12064802 or 14608199. OLE color: 14608199.

HSL color Cylindrical-coordinate representation of color #47E7DE: hue angle of 176.62º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E7DE is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 231 222 -
CMYK 0.69 0 0.04 0.09
HSL 176.63º 0.77% 0.59% -
HSV(B) 176.63º 0.69% 0.91% -
XYZ 44.36 63.77 79.08 -
YUV 182.13 150.49 48.73 -
System Red Green Blue C M Y K H S L
Decimal 71 231 222 0.69 0 0.04 0.09 176.63 0.77 0.59
Hex 47 E7 DE 45 0 4 9 B1 4D 3B
Octal 107 347 336 105 0 4 11 261 115 73
Binary 1000111 11100111 11011110 1000101 0 100 1001 10110001 1001101 111011

Color Harmonies of #47E7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E7DE

Black with #47E7DE

Text Example


Text Example

White with #47E7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,231,222); }

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

background-color css

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

 a { background-color: rgb(71,231,222); }

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

border-color css

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

 span { border-color: rgb(71,231,222); }

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