Html Css Color HEX #47D4EA Medium Turquoise

📋 copy color: '#47D4EA'

red 71 ◦ green 212 ◦ blue 234

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

Shades of Medium Turquoise #47D4EA

Tints of Medium Turquoise #47D4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

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

R = 13.73%
G = 41.01%
B = 45.26%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47D4EA (or 0x47D4EA) is known color: Medium Turquoise. HEX triplet: 47, D4 and EA. RGB value is (71,212,234). Sum of RGB (Red+Green+Blue) = 71+212+234=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #47D4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D4EA is #B82B15. Grayscale: #ACACAC. Windows color (decimal): -12069654 or 15389767. OLE color: 15389767.

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

Color convert

RGB 71 212 234 -
CMYK 0.70 0.09 0 0.08
HSL 188.1º 0.8% 0.6% -
HSV(B) 188.1º 0.7% 0.92% -
XYZ 40.99 54.37 86.18 -
YUV 172.35 162.79 55.71 -
System Red Green Blue C M Y K H S L
Decimal 71 212 234 0.70 0.09 0 0.08 188.1 0.8 0.6
Hex 47 D4 EA 46 9 0 8 BC 50 3C
Octal 107 324 352 106 11 0 10 274 120 74
Binary 1000111 11010100 11101010 1000110 1001 0 1000 10111100 1010000 111100

Color Harmonies of #47D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D4EA

Black with #47D4EA

Text Example


Text Example

White with #47D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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