Html Css Color HEX #47DFDF Turquoise

📋 copy color: '#47DFDF'

red 71 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #47DFDF

Tints of Turquoise #47DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

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

R = 13.73%
G = 43.13%
B = 43.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47DFDF (or 0x47DFDF) is known color: Turquoise. HEX triplet: 47, DF and DF. RGB value is (71,223,223). Sum of RGB (Red+Green+Blue) = 71+223+223=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #47DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFDF is #B82020. Grayscale: #B1B1B1. Windows color (decimal): -12066849 or 14671687. OLE color: 14671687.

HSL color Cylindrical-coordinate representation of color #47DFDF: hue angle of 180º 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 #47DFDF is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 223 223 -
CMYK 0.68 0 0 0.13
HSL 180º 0.7% 0.58% -
HSV(B) 180º 0.68% 0.87% -
XYZ 42.31 59.44 79.06 -
YUV 177.55 153.64 52 -
System Red Green Blue C M Y K H S L
Decimal 71 223 223 0.68 0 0 0.13 180 0.7 0.58
Hex 47 DF DF 44 0 0 D B4 46 3A
Octal 107 337 337 104 0 0 15 264 106 72
Binary 1000111 11011111 11011111 1000100 0 0 1101 10110100 1000110 111010

Color Harmonies of #47DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFDF

Black with #47DFDF

Text Example


Text Example

White with #47DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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