Html Css Color HEX #47D1E5 Medium Turquoise

📋 copy color: '#47D1E5'

red 71 ◦ green 209 ◦ blue 229

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

Shades of Medium Turquoise #47D1E5

Tints of Medium Turquoise #47D1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 13.95%
G = 41.06%
B = 44.99%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#47D1E5 (or 0x47D1E5) is known color: Medium Turquoise. HEX triplet: 47, D1 and E5. RGB value is (71,209,229). Sum of RGB (Red+Green+Blue) = 71+209+229=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #47D1E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D1E5 is #B82E1A. Grayscale: #A9A9A9. Windows color (decimal): -12070427 or 15061319. OLE color: 15061319.

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

Color convert

RGB 71 209 229 -
CMYK 0.69 0.09 0 0.10
HSL 187.59º 0.75% 0.59% -
HSV(B) 187.59º 0.69% 0.9% -
XYZ 39.54 52.6 82.2 -
YUV 170.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 71 209 229 0.69 0.09 0 0.10 187.59 0.75 0.59
Hex 47 D1 E5 45 9 0 A BC 4B 3B
Octal 107 321 345 105 11 0 12 274 113 73
Binary 1000111 11010001 11100101 1000101 1001 0 1010 10111100 1001011 111011

Color Harmonies of #47D1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D1E5

Black with #47D1E5

Text Example


Text Example

White with #47D1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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