#47CBCD

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

Shades of Medium Turquoise #47CBCD

Tints of Medium Turquoise #47CBCD

Color information

#47CBCD (or 0x47CBCD) is unknown color: approx Medium Turquoise. HEX triplet: 47, CB and CD. RGB value is (71,203,205). Sum of RGB (Red+Green+Blue) = 71+203+205=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #47CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBCD is #B83432. Grayscale: #A3A3A3. Windows color (decimal): -12071987 or 13486919. OLE color: 13486919.

HSL color Cylindrical-coordinate representation of color #47CBCD: hue angle of 180.9º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CBCD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71203205-
CMYK0.650.0100.20
HSL180.9º57.26%54.12%-
HSV(B)180.9º65.37%80.39%-
XYZ34.9748.4665.27-
YUV163.76151.2761.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.82%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=14.82%
G=42.38%
B=42.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal712032050.650.0100.20180.957.2654.12
Hex47CBCD411014b53936
Octal10731331510110242657166
Binary100011111001011110011011000001101010010110101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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