Html Css Color HEX #47D1EA Medium Turquoise

📋 copy color: '#47D1EA'

red 71 ◦ green 209 ◦ blue 234

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

Shades of Medium Turquoise #47D1EA

Tints of Medium Turquoise #47D1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 13.81%
G = 40.66%
B = 45.53%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47D1EA (or 0x47D1EA) is known color: Medium Turquoise. HEX triplet: 47, D1 and EA. RGB value is (71,209,234). Sum of RGB (Red+Green+Blue) = 71+209+234=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #47D1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D1EA is #B82E15. Grayscale: #AAAAAA. Windows color (decimal): -12070422 or 15388999. OLE color: 15388999.

HSL color Cylindrical-coordinate representation of color #47D1EA: hue angle of 189.2º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D1EA is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 209 234 -
CMYK 0.70 0.11 0 0.08
HSL 189.2º 0.8% 0.6% -
HSV(B) 189.2º 0.7% 0.92% -
XYZ 40.25 52.88 85.93 -
YUV 170.59 163.78 56.97 -
System Red Green Blue C M Y K H S L
Decimal 71 209 234 0.70 0.11 0 0.08 189.2 0.8 0.6
Hex 47 D1 EA 46 B 0 8 BD 50 3C
Octal 107 321 352 106 13 0 10 275 120 74
Binary 1000111 11010001 11101010 1000110 1011 0 1000 10111101 1010000 111100

Color Harmonies of #47D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D1EA

Black with #47D1EA

Text Example


Text Example

White with #47D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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