#47d6ee

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

Shades of Medium Turquoise #47D6EE

Tints of Medium Turquoise #47D6EE

Color information

#47D6EE (or 0x47D6EE) is unknown color: approx Medium Turquoise. HEX triplet: 47, D6 and EE. RGB value is (71,214,238). Sum of RGB (Red+Green+Blue) = 71+214+238=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #47D6EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D6EE is #B82911. Grayscale: #ADADAD. Windows color (decimal): -12069138 or 15652423. OLE color: 15652423.

HSL color Cylindrical-coordinate representation of color #47D6EE: hue angle of 188.62º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D6EE is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71214238-
CMYK0.700.1000.07
HSL188.62º83.08%60.59%-
HSV(B)188.62º70.17%93.33%-
XYZ42.0855.6189.4-
YUV173.98164.1254.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.58%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=13.58%
G=40.92%
B=45.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712142380.700.1000.07188.6283.0860.59
Hex47D6EE46A07bd533d
Octal107326356106120727512375
Binary10001111101011011101110100011010100111101111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47d6ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,214,238); }

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

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

 a { background-color: rgb(71,214,238); }

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

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

 span { border-color: rgb(71,214,238); }

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