Html Css Color HEX #47D8DF Medium Turquoise

📋 copy color: '#47D8DF'

red 71 ◦ green 216 ◦ blue 223

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

Shades of Medium Turquoise #47D8DF

Tints of Medium Turquoise #47D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

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

R = 13.92%
G = 42.35%
B = 43.73%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47D8DF (or 0x47D8DF) is known color: Medium Turquoise. HEX triplet: 47, D8 and DF. RGB value is (71,216,223). Sum of RGB (Red+Green+Blue) = 71+216+223=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #47D8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D8DF is #B82720. Grayscale: #ADADAD. Windows color (decimal): -12068641 or 14669895. OLE color: 14669895.

HSL color Cylindrical-coordinate representation of color #47D8DF: hue angle of 182.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47D8DF is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 216 223 -
CMYK 0.68 0.03 0 0.13
HSL 182.76º 0.7% 0.58% -
HSV(B) 182.76º 0.68% 0.87% -
XYZ 40.47 55.78 78.45 -
YUV 173.44 155.96 54.93 -
System Red Green Blue C M Y K H S L
Decimal 71 216 223 0.68 0.03 0 0.13 182.76 0.7 0.58
Hex 47 D8 DF 44 3 0 D B7 46 3A
Octal 107 330 337 104 3 0 15 267 106 72
Binary 1000111 11011000 11011111 1000100 11 0 1101 10110111 1000110 111010

Color Harmonies of #47D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D8DF

Black with #47D8DF

Text Example


Text Example

White with #47D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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