#47CBD3

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

Shades of Medium Turquoise #47CBD3

Tints of Medium Turquoise #47CBD3

Color information

#47CBD3 (or 0x47CBD3) is unknown color: approx Medium Turquoise. HEX triplet: 47, CB and D3. RGB value is (71,203,211). Sum of RGB (Red+Green+Blue) = 71+203+211=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #47CBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBD3 is #B8342C. Grayscale: #A4A4A4. Windows color (decimal): -12071981 or 13880135. OLE color: 13880135.

HSL color Cylindrical-coordinate representation of color #47CBD3: hue angle of 183.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CBD3 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71203211-
CMYK0.660.0400.17
HSL183.43º61.4%55.29%-
HSV(B)183.43º66.35%82.75%-
XYZ35.7148.7569.16-
YUV164.44154.2761.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.64%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 211 (82.81% from 255) = 43.51%
R=14.64%
G=41.86%
B=43.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal712032110.660.0400.17183.4361.455.29
Hex47CBD3424011b73d37
Octal10731332310240212677567
Binary10001111100101111010011100001010001000110110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,203,211); }

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

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

 a { background-color: rgb(71,203,211); }

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

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

 span { border-color: rgb(71,203,211); }

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