#47CBCB

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

Shades of Medium Turquoise #47CBCB

Tints of Medium Turquoise #47CBCB

Color information

#47CBCB (or 0x47CBCB) is unknown color: approx Medium Turquoise. HEX triplet: 47, CB and CB. RGB value is (71,203,203). Sum of RGB (Red+Green+Blue) = 71+203+203=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #47CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBCB is #B83434. Grayscale: #A3A3A3. Windows color (decimal): -12071989 or 13355847. OLE color: 13355847.

HSL color Cylindrical-coordinate representation of color #47CBCB: hue angle of 180º degrees, saturation: 0.56, 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 #47CBCB is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71203203-
CMYK0.65000.20
HSL180º55.93%53.73%-
HSV(B)180º65.02%79.61%-
XYZ34.7348.3664-
YUV163.53150.2762-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.88%
GREEN value IS 203 (79.69% from 255) = 42.56%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=14.88%
G=42.56%
B=42.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal712032030.65000.2018055.9353.73
Hex47CBCB410014b43836
Octal10731331310100242647066
Binary100011111001011110010111000001001010010110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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