Html Css Color HEX #47D1DE Medium Turquoise

📋 copy color: '#47D1DE'

red 71 ◦ green 209 ◦ blue 222

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

Shades of Medium Turquoise #47D1DE

Tints of Medium Turquoise #47D1DE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.63%

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

R = 14.14%
G = 41.63%
B = 44.22%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47D1DE (or 0x47D1DE) is known color: Medium Turquoise. HEX triplet: 47, D1 and DE. RGB value is (71,209,222). Sum of RGB (Red+Green+Blue) = 71+209+222=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #47D1DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D1DE is #B82E21. Grayscale: #A9A9A9. Windows color (decimal): -12070434 or 14602567. OLE color: 14602567.

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

Color convert

RGB 71 209 222 -
CMYK 0.68 0.06 0 0.13
HSL 185.17º 0.7% 0.57% -
HSV(B) 185.17º 0.68% 0.87% -
XYZ 38.58 52.21 77.15 -
YUV 169.22 157.78 57.94 -
System Red Green Blue C M Y K H S L
Decimal 71 209 222 0.68 0.06 0 0.13 185.17 0.7 0.57
Hex 47 D1 DE 44 6 0 D B9 46 39
Octal 107 321 336 104 6 0 15 271 106 71
Binary 1000111 11010001 11011110 1000100 110 0 1101 10111001 1000110 111001

Color Harmonies of #47D1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D1DE

Black with #47D1DE

Text Example


Text Example

White with #47D1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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