#47CFDE

Color #47CFDE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #47CFDE

Tints of Medium Turquoise #47CFDE

Color information

#47CFDE (or 0x47CFDE) is unknown color: approx Medium Turquoise. HEX triplet: 47, CF and DE. RGB value is (71,207,222). Sum of RGB (Red+Green+Blue) = 71+207+222=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #47CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFDE is #B83021. Grayscale: #A7A7A7. Windows color (decimal): -12070946 or 14602055. OLE color: 14602055.

HSL color Cylindrical-coordinate representation of color #47CFDE: hue angle of 185.96º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CFDE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71207222-
CMYK0.680.0700.13
HSL185.96º69.59%57.45%-
HSV(B)185.96º68.02%87.06%-
XYZ38.151.2476.99-
YUV168.05158.4458.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.2%
GREEN value IS 207 (81.25% from 255) = 41.4%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=14.2%
G=41.4%
B=44.4%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal712072220.680.0700.13185.9669.5957.45
Hex47CFDE4470Dba4639
Octal107317336104701527210671
Binary10001111100111111011110100010011101101101110101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47CFDE;
 }
 .AnyTagClassName
 {
   color: #47CFDE;
 }
</style>
background-color css

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

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

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

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

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

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