Html Css Color HEX #47D3EB Medium Turquoise

📋 copy color: '#47D3EB'

red 71 ◦ green 211 ◦ blue 235

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

Shades of Medium Turquoise #47D3EB

Tints of Medium Turquoise #47D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 13.73%
G = 40.81%
B = 45.45%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47D3EB (or 0x47D3EB) is known color: Medium Turquoise. HEX triplet: 47, D3 and EB. RGB value is (71,211,235). Sum of RGB (Red+Green+Blue) = 71+211+235=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #47D3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D3EB is #B82C14. Grayscale: #ABABAB. Windows color (decimal): -12069909 or 15455047. OLE color: 15455047.

HSL color Cylindrical-coordinate representation of color #47D3EB: hue angle of 188.78º 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 #47D3EB is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 211 235 -
CMYK 0.70 0.10 0 0.08
HSL 188.78º 0.8% 0.6% -
HSV(B) 188.78º 0.7% 0.92% -
XYZ 40.89 53.93 86.85 -
YUV 171.88 163.62 56.05 -
System Red Green Blue C M Y K H S L
Decimal 71 211 235 0.70 0.10 0 0.08 188.78 0.8 0.6
Hex 47 D3 EB 46 A 0 8 BD 50 3C
Octal 107 323 353 106 12 0 10 275 120 74
Binary 1000111 11010011 11101011 1000110 1010 0 1000 10111101 1010000 111100

Color Harmonies of #47D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D3EB

Black with #47D3EB

Text Example


Text Example

White with #47D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,211,235); }

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

background-color css

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

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

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

border-color css

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

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

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