Html Css Color HEX #47DEE0 Turquoise

📋 copy color: '#47DEE0'

red 71 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #47DEE0

Tints of Turquoise #47DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 13.73%
G = 42.94%
B = 43.33%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#47DEE0 (or 0x47DEE0) is known color: Turquoise. HEX triplet: 47, DE and E0. RGB value is (71,222,224). Sum of RGB (Red+Green+Blue) = 71+222+224=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #47DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEE0 is #B8211F. Grayscale: #B0B0B0. Windows color (decimal): -12067104 or 14736967. OLE color: 14736967.

HSL color Cylindrical-coordinate representation of color #47DEE0: hue angle of 180.78º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DEE0 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 222 224 -
CMYK 0.68 0.01 0 0.12
HSL 180.78º 0.71% 0.58% -
HSV(B) 180.78º 0.68% 0.88% -
XYZ 42.17 58.96 79.68 -
YUV 177.08 154.47 52.34 -
System Red Green Blue C M Y K H S L
Decimal 71 222 224 0.68 0.01 0 0.12 180.78 0.71 0.58
Hex 47 DE E0 44 1 0 C B5 47 3A
Octal 107 336 340 104 1 0 14 265 107 72
Binary 1000111 11011110 11100000 1000100 1 0 1100 10110101 1000111 111010

Color Harmonies of #47DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DEE0

Black with #47DEE0

Text Example


Text Example

White with #47DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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