Html Css Color HEX #47E4DF Turquoise

📋 copy color: '#47E4DF'

red 71 ◦ green 228 ◦ blue 223

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

Shades of Turquoise #47E4DF

Tints of Turquoise #47E4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.68%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 13.6%
G = 43.68%
B = 42.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#47E4DF (or 0x47E4DF) is known color: Turquoise. HEX triplet: 47, E4 and DF. RGB value is (71,228,223). Sum of RGB (Red+Green+Blue) = 71+228+223=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4DF is #B81B20. Grayscale: #B4B4B4. Windows color (decimal): -12065569 or 14672967. OLE color: 14672967.

HSL color Cylindrical-coordinate representation of color #47E4DF: hue angle of 178.09º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4DF is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 228 223 -
CMYK 0.69 0 0.02 0.11
HSL 178.09º 0.74% 0.59% -
HSV(B) 178.09º 0.69% 0.89% -
XYZ 43.66 62.15 79.51 -
YUV 180.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 71 228 223 0.69 0 0.02 0.11 178.09 0.74 0.59
Hex 47 E4 DF 45 0 2 B B2 4A 3B
Octal 107 344 337 105 0 2 13 262 112 73
Binary 1000111 11100100 11011111 1000101 0 10 1011 10110010 1001010 111011

Color Harmonies of #47E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4DF

Black with #47E4DF

Text Example


Text Example

White with #47E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,228,223); }

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

background-color css

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

 a { background-color: rgb(71,228,223); }

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

border-color css

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

 span { border-color: rgb(71,228,223); }

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