Html Css Color HEX #47D0CE Medium Turquoise

📋 copy color: '#47D0CE'

red 71 ◦ green 208 ◦ blue 206

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

Shades of Medium Turquoise #47D0CE

Tints of Medium Turquoise #47D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 14.64%
G = 42.89%
B = 42.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#47D0CE (or 0x47D0CE) is known color: Medium Turquoise. HEX triplet: 47, D0 and CE. RGB value is (71,208,206). Sum of RGB (Red+Green+Blue) = 71+208+206=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #47D0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D0CE is #B82F31. Grayscale: #A6A6A6. Windows color (decimal): -12070706 or 13553735. OLE color: 13553735.

HSL color Cylindrical-coordinate representation of color #47D0CE: hue angle of 179.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D0CE is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 208 206 -
CMYK 0.66 0 0.01 0.18
HSL 179.12º 0.59% 0.55% -
HSV(B) 179.12º 0.66% 0.82% -
XYZ 36.29 50.91 66.31 -
YUV 166.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 71 208 206 0.66 0 0.01 0.18 179.12 0.59 0.55
Hex 47 D0 CE 42 0 1 12 B3 3B 37
Octal 107 320 316 102 0 1 22 263 73 67
Binary 1000111 11010000 11001110 1000010 0 1 10010 10110011 111011 110111

Color Harmonies of #47D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D0CE

Black with #47D0CE

Text Example


Text Example

White with #47D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,208,206); }

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

background-color css

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

 a { background-color: rgb(71,208,206); }

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

border-color css

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

 span { border-color: rgb(71,208,206); }

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